diff options
author | Maximilian Hils <git@maximilianhils.com> | 2013-12-11 05:13:25 -0800 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2013-12-11 05:13:25 -0800 |
commit | 5f6eca88565b2247a491a424f61c52acd4cd7e1e (patch) | |
tree | dcb3dd17a64b308d12c706d24464e48ed598fdab /doc-src | |
parent | fb985b8b8720f32e866694f794b6eb6bfc8d0bad (diff) | |
parent | 3481c54d02e97515921090e939d14188fd0ceb3b (diff) | |
download | mitmproxy-5f6eca88565b2247a491a424f61c52acd4cd7e1e.tar.gz mitmproxy-5f6eca88565b2247a491a424f61c52acd4cd7e1e.tar.bz2 mitmproxy-5f6eca88565b2247a491a424f61c52acd4cd7e1e.zip |
Merge pull request #190 from BillinghamJ/patch-1
Added small note of file format
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/ssl.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc-src/ssl.html b/doc-src/ssl.html index 03067c30..c904cf61 100644 --- a/doc-src/ssl.html +++ b/doc-src/ssl.html @@ -39,6 +39,9 @@ Using a custom certificate You can use your own certificate by passing the __--cert__ option to mitmproxy. +The certificate file is expected to be in the PEM format. You can generate +a certificate in this format using these instructions: + <pre class="terminal"> > openssl genrsa -out cert.key 8192 > openssl req -new -x509 -key cert.key -out cert.crt |