Last active
August 29, 2015 14:20
-
-
Save chelnak/d60fcd873227445d75a6 to your computer and use it in GitHub Desktop.
CertReq - SAN Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Version] | |
| Signature="$Windows NT$" | |
| [NewRequest] | |
| Subject = "CN=servername.corp.com, OU=, O=, L=, S=, C=" | |
| Exportable = TRUE | |
| KeyLength = 2048 | |
| KeySpec = 1 | |
| KeyUsage = 0xA0 | |
| MachineKeySet = True | |
| ProviderName = "Microsoft RSA SChannel Cryptographic Provider" | |
| FriendlyName = "Whatever you want" | |
| HashAlgorithm = Sha256 | |
| RequestType = PKCS10 | |
| [EnhancedKeyUsageExtension] | |
| OID=1.3.6.1.5.5.7.3.1 ; Server Authentication | |
| OID=1.3.6.1.5.5.7.3.2 ; Client Authentication | |
| [Extensions] | |
| 2.5.29.17 = "{text}" | |
| _continue_ = "dns=servername.corp.comk&dns=www.servername.corp.com&" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment