diff options
author | Maximilian Hils <git@maximilianhils.com> | 2020-01-03 13:17:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 13:17:25 +0100 |
commit | 13a7f180848e5f98c539a082dcf74e79ab4770d2 (patch) | |
tree | ea79d8fa5227d44ee6cb62b8f9c50cda9b9eb31a /docs/src | |
parent | 7b638f1b6b543ec5e23170217a42ca0e5c421992 (diff) | |
download | mitmproxy-13a7f180848e5f98c539a082dcf74e79ab4770d2.tar.gz mitmproxy-13a7f180848e5f98c539a082dcf74e79ab4770d2.tar.bz2 mitmproxy-13a7f180848e5f98c539a082dcf74e79ab4770d2.zip |
docs: update Windows cert import instructions
as per https://github.com/mitmproxy/mitmproxy/issues/3622#issuecomment-561968523
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/content/concepts-certificates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/concepts-certificates.md b/docs/src/content/concepts-certificates.md index 4e2ae47a..4e9aa652 100644 --- a/docs/src/content/concepts-certificates.md +++ b/docs/src/content/concepts-certificates.md @@ -48,7 +48,7 @@ documentation for some common platforms. The mitmproxy CA cert is located in - [Windows (automated)](https://technet.microsoft.com/en-us/library/cc732443.aspx) {{< highlight bash >}} -certutil.exe -importpfx Root mitmproxy-ca-cert.p12 +certutil -addstore root mitmproxy-ca-cert.cer {{< / highlight >}} - [Mac OS X](https://support.apple.com/kb/PH20129) |