23 lines
621 B
INI
23 lines
621 B
INI
|
[ 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
|
||
|
emailAddress = support@wolfsssl.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"
|
||
|
|