openssl - generate a root certificate for MitmProxy -


hi generate root certificate mitmproxy app exists 4 cer's in home location

mitmproxy-ca.pem private key , certificate in pem format. mitmproxy-ca-cert.pem certificate in pem format. use distribute non-windows platforms. mitmproxy-ca-cert.p12 certificate in pkcs12 format. use on windows. mitmproxy-ca-cert.cer same file .pem, extension expected android devices.

at moment generates certificate issuer mitmproxy i've search'd source code built on python please wish generate own cert's or change source code generates other issuer

sorry bad english //sm(9)

you can use own certificate mitmproxy's --cert option.

> openssl genrsa -out ca.key 2048 > openssl req -new -x509 -key ca.key -out ca.crt     ... no need fill out optional fields ...    common name (eg, name) []:*.google.com  (domain want mitm here)    ...  > cat ca.key ca.crt > ca.pem  > mitmproxy --cert=ca.pem 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -