• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1extensions = x509v3
2[ x509v3 ]
3subjectAltName = DNS:localhost.nn
4keyUsage	= keyEncipherment,digitalSignature,keyAgreement
5extendedKeyUsage = serverAuth
6subjectKeyIdentifier = hash
7authorityKeyIdentifier = keyid
8basicConstraints = CA:false
9[ req ]
10default_bits                    = 1024
11distinguished_name              = req_DN
12default_md			= sha256
13string_mask			= utf8only
14[ req_DN ]
15countryName                     = "Country Name is Northern Nowhere"
16countryName_value            = NN
17organizationName              = "Organization Name"
18organizationName_value     = Edel Curl Arctic Illudium Research Cloud
19commonName                      = "Common Name"
20commonName_value              = localhost.nn
21
22[something]
23# The key
24# the certficate
25# some dhparam
26