Custom SSL Certificates
Mac OS X
openssl x509 -inform der -in /path/to/your/certificate.cer -out /path/to/converted/certificate.crtexport REQUESTS_CA_BUNDLE=/path/to/converted/certificate.crt
Linux
export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt
Windows

MITM certificate
Verification
References
Last updated
Was this helpful?

