From 13a7f180848e5f98c539a082dcf74e79ab4770d2 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 3 Jan 2020 13:17:25 +0100 Subject: docs: update Windows cert import instructions as per https://github.com/mitmproxy/mitmproxy/issues/3622#issuecomment-561968523 --- docs/src/content/concepts-certificates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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) -- cgit v1.2.3