1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[ req ]
default_bits = 4096
default_md = sha256
distinguished_name = req_distinguished_name
encrypt_key = no
prompt = no
x509_extensions = req_v3_ca
[ req_distinguished_name ]
countryName = US
stateOrProvinceName = New York
localityName = Brooklyn
organizationName = zzzcomputing
commonName = zzzcomputing Client Root Certificate Authority
[ req_v3_ca ]
subjectKeyIdentifier = hash
authorityKeyIdentifier = keyid:always,issuer:always
basicConstraints = CA:true
keyUsage = cRLSign, keyCertSign
|