aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBen Lerner <ben@caffeinatedanalytics.com>2015-10-13 21:09:56 -0400
committerBen Lerner <ben@caffeinatedanalytics.com>2015-10-13 21:09:56 -0400
commit22191d63abd9996903936d12ca3e5dcea4f436e2 (patch)
tree5095b9c04967cccd2ca21247dcc062215ca4768b /docs
parent7d8191ee37a4e085d23217f85e41f4da4c9e4069 (diff)
downloadmitmproxy-22191d63abd9996903936d12ca3e5dcea4f436e2.tar.gz
mitmproxy-22191d63abd9996903936d12ca3e5dcea4f436e2.tar.bz2
mitmproxy-22191d63abd9996903936d12ca3e5dcea4f436e2.zip
doc typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/certinstall.rst2
1 files changed, 1 insertions, 1 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.