1extensions = x509v3 2[ x509v3 ] 3#subjectAltName = DNS:localhost\0h 4subjectAltName = DER:30:0d:82:0b:6c:6f:63:61:6c:68:6f:73:74:00:68 5keyUsage = keyEncipherment,digitalSignature,keyAgreement 6extendedKeyUsage = serverAuth 7subjectKeyIdentifier = hash 8authorityKeyIdentifier = keyid 9basicConstraints = CA:false 10[ req ] 11default_bits = 1024 12distinguished_name = req_DN 13default_md = sha256 14string_mask = utf8only 15[ req_DN ] 16countryName = "Country Name is Northern Nowhere" 17countryName_value = NN 18organizationName = "Organization Name" 19organizationName_value = Edel Curl Arctic Illudium Research Cloud 20commonName = "Common Name" 21commonName_value = localhost 22 23[something] 24# The key 25# the certificate 26# some dhparam 27