Skip to content

Instantly share code, notes, and snippets.

@davidpristovnik
Created August 13, 2018 16:34
Show Gist options
  • Save davidpristovnik/fadda2abc0a0374fd447838ed4d04f13 to your computer and use it in GitHub Desktop.
Save davidpristovnik/fadda2abc0a0374fd447838ed4d04f13 to your computer and use it in GitHub Desktop.
[ req ]
#default_bits = 2048
#default_md = sha256
#default_keyfile = privkey.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
[ req_distinguished_name ]
countryName = Country Name (2 letter code)
countryName_min = 2
countryName_max = 2
stateOrProvinceName = State or Province Name (full name)
localityName = Locality Name (eg, city)
0.organizationName = Organization Name (eg, company)
organizationalUnitName = Organizational Unit Name (eg, section)
commonName = Common Name (eg, fully qualified host name)
commonName_max = 64
emailAddress = Email Address
emailAddress_max = 64
[ req_attributes ]
challengePassword = A challenge password
challengePassword_min = 4
challengePassword_max = 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment