diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-09-28 17:44:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 17:44:48 -0700 |
commit | d068000f16cb44b7277de04ba20bd1fc62e4a956 (patch) | |
tree | b588f81a7bd2aa83eab5ee848c766da20c5bbff8 /docs | |
parent | e0cd33b5863cebb78c38873e32540ee4c495ec15 (diff) | |
download | mitmproxy-d068000f16cb44b7277de04ba20bd1fc62e4a956.tar.gz mitmproxy-d068000f16cb44b7277de04ba20bd1fc62e4a956.tar.bz2 mitmproxy-d068000f16cb44b7277de04ba20bd1fc62e4a956.zip |
fix typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/certinstall.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/certinstall.rst b/docs/certinstall.rst index f5b92aeb..68ad59cc 100644 --- a/docs/certinstall.rst +++ b/docs/certinstall.rst @@ -135,7 +135,7 @@ mitmproxy. Mitmproxy then uses the provided certificate for interception of the specified domains instead of generating a certificate signed by its own CA. The certificate file is expected to be in the PEM format. You can include -intermediary certificates right below your leaf certificate, so that you PEM +intermediary certificates right below your leaf certificate, so that your PEM file roughly looks like this: .. code-block:: none |