123456789101112131415161718192021 |
- [ req ]
- distinguished_name = req_distinguished_name
- prompt = no
- x509_extensions = v3_ca
- [ req_distinguished_name ]
- C = AU
- ST = Queensland
- L = Brisbane
- O = wolfSSL Inc
- OU = Engineering
- CN = www.wolfssl.com
- [ v3_ca ]
- subjectKeyIdentifier = hash
- authorityKeyIdentifier = keyid:always,issuer
- basicConstraints = critical, CA:true, pathlen:0
- keyUsage = critical, digitalSignature, cRLSign, keyCertSign
- nameConstraints = critical,permitted;email:.wolfssl.com
- nsComment = "Testing name constraints"
|