Created
October 8, 2021 03:51
-
-
Save Saket-Upadhyay/e0a94ee2cda1da095e0dbb401caca071 to your computer and use it in GitHub Desktop.
Initialization file for CSR generation, to be used in my article on the same topic.
This file contains 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=*.mydomain.com, OU=My Name, O=Organisation Name,[email protected],L=New Delhi, S=Delhi, C=IN" | |
KeySpec = 1 | |
KeyLength = 2048 | |
Exportable = TRUE | |
MachineKeySet = TRUE | |
SMIME = False | |
PrivateKeyArchive = FALSE | |
UserProtected = FALSE | |
UseExistingKeySet = FALSE | |
ProviderName = "Microsoft RSA SChannel Cryptographic Provider" | |
ProviderType = 12 | |
RequestType = PKCS10 | |
KeyUsage = 0xa0 | |
[EnhancedKeyUsageExtension] | |
OID=1.3.6.1.5.5.7.3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment