2011-02-19 23:12:55 +00:00
|
|
|
[ req ]
|
|
|
|
prompt = no
|
|
|
|
distinguished_name = req_distinguished_name
|
|
|
|
x509_extensions = v3_ca
|
|
|
|
req_extensions = v3_ca_req
|
|
|
|
|
|
|
|
[ req_distinguished_name ]
|
2011-03-17 20:04:49 +00:00
|
|
|
organizationName = mitmproxy
|
|
|
|
commonName = mitmproxy
|
2011-02-19 23:12:55 +00:00
|
|
|
|
|
|
|
[ v3_ca ]
|
|
|
|
basicConstraints = critical,CA:true
|
|
|
|
keyUsage = cRLSign, keyCertSign
|
2011-03-17 20:04:49 +00:00
|
|
|
extendedKeyUsage=serverAuth,clientAuth,emailProtection,timeStamping,msCodeInd,msCodeCom,msCTLSign,msSGC,msEFS,nsSGC
|
2011-02-19 23:12:55 +00:00
|
|
|
nsCertType = sslCA
|
|
|
|
|
|
|
|
[ v3_ca_req ]
|
|
|
|
basicConstraints = critical,CA:true
|
|
|
|
keyUsage = cRLSign, keyCertSign
|
2011-03-17 20:04:49 +00:00
|
|
|
extendedKeyUsage=serverAuth,clientAuth,emailProtection,timeStamping,msCodeInd,msCodeCom,msCTLSign,msSGC,msEFS,nsSGC
|
2011-02-19 23:12:55 +00:00
|
|
|
nsCertType = sslCA
|
|
|
|
|
|
|
|
[ v3_cert ]
|
|
|
|
basicConstraints = CA:false
|
|
|
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
2011-03-17 20:04:49 +00:00
|
|
|
extendedKeyUsage=serverAuth,clientAuth,emailProtection,timeStamping,msCodeInd,msCodeCom,msCTLSign,msSGC,msEFS,nsSGC
|
2011-02-19 23:12:55 +00:00
|
|
|
nsCertType = server
|
|
|
|
|
|
|
|
[ v3_cert_req ]
|
|
|
|
basicConstraints = CA:false
|
|
|
|
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
2011-03-17 20:04:49 +00:00
|
|
|
extendedKeyUsage=serverAuth,clientAuth,emailProtection,timeStamping,msCodeInd,msCodeCom,msCTLSign,msSGC,msEFS,nsSGC
|
2011-02-19 23:12:55 +00:00
|
|
|
nsCertType = server
|