Valid ssl.cnf file
[req] | |
distinguished_name = req_distinguished_name | |
prompt = no | |
[v3_req] | |
subjectAltName = @alt_names | |
[alt_names] | |
DNS.1 = localhost | |
IP.1 = 127.0.0.1 | |
IP.2 = 10.0.2.2 | |
[req_distinguished_name] | |
commonName = $ENV::COMMON_NAME # CN= | |
countryName = US # C= | |
stateOrProvinceName = WA # ST= | |
localityName = Seattle # L= | |
organizationName = Amazon # O= | |
organizationalUnitName = Alexa # OU= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Is it possible to set this for Buenos Aires / Argentina for example ? I mean, what are the 2 letters code based on ? Any standard ? Thanks.