clarify that --cert expects a leaf certificate

refs #2254
This commit is contained in:
Maximilian Hils 2017-04-26 11:18:27 +02:00 committed by GitHub
parent e32efcae49
commit 07cb83597b

View File

@ -132,7 +132,7 @@ mitmproxy-ca-cert.cer Same file as .pem, but with an extension expected by some
Using a custom certificate
--------------------------
You can use your own certificate by passing the ``--cert [domain=]path_to_certificate`` option to
You can use your own (leaf) certificate by passing the ``--cert [domain=]path_to_certificate`` option to
mitmproxy. Mitmproxy then uses the provided certificate for interception of the
specified domain instead of generating a certificate signed by its own CA.