aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-10-14 09:37:24 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-10-14 09:37:24 +0200
commit4d772d7ce0a2785f05fb7f5c5916932a64b16d37 (patch)
tree5095b9c04967cccd2ca21247dcc062215ca4768b
parent7d8191ee37a4e085d23217f85e41f4da4c9e4069 (diff)
parent22191d63abd9996903936d12ca3e5dcea4f436e2 (diff)
downloadmitmproxy-4d772d7ce0a2785f05fb7f5c5916932a64b16d37.tar.gz
mitmproxy-4d772d7ce0a2785f05fb7f5c5916932a64b16d37.tar.bz2
mitmproxy-4d772d7ce0a2785f05fb7f5c5916932a64b16d37.zip
Merge pull request #801 from ben-lerner/doc_fix
doc typo fix
-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.