mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
31 lines
687 B
Plaintext
31 lines
687 B
Plaintext
|
[ req ]
|
||
|
prompt = no
|
||
|
distinguished_name = req_distinguished_name
|
||
|
x509_extensions = v3_cert
|
||
|
req_extensions = v3_cert_req
|
||
|
|
||
|
[ req_distinguished_name ]
|
||
|
organizationName = mitmproxy
|
||
|
commonName = %(commonname)s
|
||
|
|
||
|
[ v3_ca ]
|
||
|
basicConstraints = critical,CA:true
|
||
|
keyUsage = cRLSign, keyCertSign
|
||
|
nsCertType = sslCA
|
||
|
|
||
|
[ v3_ca_req ]
|
||
|
basicConstraints = critical,CA:true
|
||
|
keyUsage = cRLSign, keyCertSign
|
||
|
nsCertType = sslCA
|
||
|
|
||
|
[ v3_cert ]
|
||
|
basicConstraints = CA:false
|
||
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||
|
nsCertType = server
|
||
|
|
||
|
[ v3_cert_req ]
|
||
|
basicConstraints = CA:false
|
||
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||
|
nsCertType = server
|
||
|
|