lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | extensions = x509v3 |
| 2 | [ req ] |
| 3 | default_bits = 2048 |
| 4 | distinguished_name = req_DN |
| 5 | default_md = sha256 |
| 6 | string_mask = utf8only |
| 7 | [ req_DN ] |
| 8 | countryName = "Country Name" |
| 9 | countryName_value = NN |
| 10 | organizationName = "Organization Name" |
| 11 | organizationName_value = Edel Curl Arctic Illudium Research Cloud |
| 12 | commonName = "Common Name" |
| 13 | commonName_value = Northern Nowhere Trust Anchor |
| 14 | [ x509v3 ] |
| 15 | basicConstraints = critical,CA:true |
| 16 | keyUsage = critical,keyCertSign,cRLSign |
| 17 | subjectKeyIdentifier = hash |
| 18 | |