diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/certinstall.rst | 2 | ||||
-rw-r--r-- | docs/install.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/certinstall.rst b/docs/certinstall.rst index 96227217..542c6dd2 100644 --- a/docs/certinstall.rst +++ b/docs/certinstall.rst @@ -159,7 +159,7 @@ Using a custom certificate authority By default, mitmproxy will use ``~/.mitmproxy/mitmproxy-ca.pem`` as the certificate authority to generate certificates for all domains for which no custom certificate is provided (see above). You can use your own certificate -authority by passing the ``--confdir`` option to mitmproxy. Mitmproxy +authority by passing the ``--cadir DIRECTORY`` option to mitmproxy. Mitmproxy will then look for ``mitmproxy-ca.pem`` in the specified directory. If no such file exists, it will be generated automatically. diff --git a/docs/install.rst b/docs/install.rst index 35de18e5..a4a26a42 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -11,7 +11,7 @@ Installation On Ubuntu Ubuntu comes with Python but we need to install pip, python-dev and several libraries. This was tested on a fully patched installation of Ubuntu 14.04. ->>> sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev +>>> sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg8-dev zlib1g-dev >>> sudo pip install mitmproxy Once installation is complete you can run :ref:`mitmproxy` or :ref:`mitmdump` from a terminal. |