2009-08-11 17:48:58 -04:00
|
|
|
extensions = x509v3
|
|
|
|
[ x509v3 ]
|
|
|
|
#subjectAltName = DNS:localhost\0h
|
|
|
|
subjectAltName = DER:30:0d:82:0b:6c:6f:63:61:6c:68:6f:73:74:00:68
|
2015-03-21 11:20:34 -04:00
|
|
|
keyUsage = keyEncipherment,digitalSignature,keyAgreement
|
2009-08-11 17:48:58 -04:00
|
|
|
extendedKeyUsage = serverAuth
|
|
|
|
subjectKeyIdentifier = hash
|
|
|
|
authorityKeyIdentifier = keyid
|
2015-03-21 11:20:34 -04:00
|
|
|
basicConstraints = CA:false
|
2009-08-11 17:48:58 -04:00
|
|
|
[ req ]
|
|
|
|
default_bits = 1024
|
|
|
|
distinguished_name = req_DN
|
|
|
|
default_md = sha256
|
|
|
|
string_mask = utf8only
|
|
|
|
[ req_DN ]
|
|
|
|
countryName = "Country Name is Northern Nowhere"
|
|
|
|
countryName_value = NN
|
|
|
|
organizationName = "Organization Name"
|
|
|
|
organizationName_value = Edel Curl Arctic Illudium Research Cloud
|
|
|
|
commonName = "Common Name"
|
|
|
|
commonName_value = localhost
|
|
|
|
|
|
|
|
[something]
|
|
|
|
# The key
|
|
|
|
# the certificate
|
|
|
|
# some dhparam
|