first commit
This commit is contained in:
10
cert_config.txt
Normal file
10
cert_config.txt
Normal file
@ -0,0 +1,10 @@
|
||||
[ 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
|
Reference in New Issue
Block a user