summaryrefslogtreecommitdiffstats
path: root/adcertreq.inf
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2012-07-19 20:12:08 -0600
committerRich Megginson <rmeggins@redhat.com>2012-07-19 20:12:08 -0600
commite66b39153e5c953becbd52afb09bc70607968157 (patch)
treedea1ca95f95e030af18f36da868e8836f0e21582 /adcertreq.inf
parent1543c130395e1d8fe4f4de9d5ef33087e2558d23 (diff)
downloadauto-win-vm-ad-e66b39153e5c953becbd52afb09bc70607968157.tar.gz
auto-win-vm-ad-e66b39153e5c953becbd52afb09bc70607968157.tar.xz
auto-win-vm-ad-e66b39153e5c953becbd52afb09bc70607968157.zip
initial commit
Diffstat (limited to 'adcertreq.inf')
-rw-r--r--adcertreq.inf27
1 files changed, 27 insertions, 0 deletions
diff --git a/adcertreq.inf b/adcertreq.inf
new file mode 100644
index 0000000..5147677
--- /dev/null
+++ b/adcertreq.inf
@@ -0,0 +1,27 @@
+[Version]
+
+Signature="$Windows NT$"
+
+[NewRequest]
+
+Subject = "CN=ad.test.example.com"
+KeySpec = 1
+KeyLength = 2048
+; Can be 1024, 2048, 4096, 8192, or 16384.
+; Larger key sizes are more secure, but have
+; a greater impact on performance.
+Exportable = TRUE
+MachineKeySet = TRUE
+SMIME = False
+PrivateKeyArchive = FALSE
+UserProtected = FALSE
+UseExistingKeySet = FALSE
+ProviderName = "Microsoft RSA SChannel Cryptographic Provider"
+ProviderType = 12
+RequestType = PKCS10
+KeyUsage = 0xa0
+Silent = TRUE
+
+[EnhancedKeyUsageExtension]
+
+OID=1.3.6.1.5.5.7.3.1