11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
[ req ]
|
|
distinguished_name = req_distinguished_name
|
|
x509_extensions = v3_ca
|
|
dirstring_type = nobmp
|
|
[ req_distinguished_name ]
|
|
[ v3_ca ]
|
|
keyUsage=critical, keyCertSign
|
|
subjectKeyIdentifier=hash
|
|
authorityKeyIdentifier=keyid:always,issuer:always
|
|
basicConstraints=critical,CA:TRUE,pathlen:100
|