first commit

This commit is contained in:
2024-11-24 22:41:48 +09:00
commit 3a915dd278
15 changed files with 3811 additions and 0 deletions

10
cert_config.txt Normal file
View 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