lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | extensions = x509v3 |
| 2 | [ x509v3 ] |
| 3 | subjectAltName = DNS:localhost.nn |
| 4 | keyUsage = keyEncipherment,digitalSignature,keyAgreement |
| 5 | extendedKeyUsage = serverAuth |
| 6 | subjectKeyIdentifier = hash |
| 7 | authorityKeyIdentifier = keyid |
| 8 | basicConstraints = CA:false |
| 9 | [ req ] |
| 10 | default_bits = 1024 |
| 11 | distinguished_name = req_DN |
| 12 | default_md = sha256 |
| 13 | string_mask = utf8only |
| 14 | [ req_DN ] |
| 15 | countryName = "Country Name is Northern Nowhere" |
| 16 | countryName_value = NN |
| 17 | organizationName = "Organization Name" |
| 18 | organizationName_value = Edel Curl Arctic Illudium Research Cloud |
| 19 | commonName = "Common Name" |
| 20 | commonName_value = localhost.nn |
| 21 | |
| 22 | [something] |
| 23 | # The key |
| 24 | # the certificate |
| 25 | # some dhparam |