From 4635d061f8e14af571513526181e0272d83b2844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=BD=E6=AD=8C=E6=AD=8C=E5=90=96?= Date: Wed, 1 Jan 2025 06:01:32 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Mitmproxy=5FReadme=5FEN.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mitmproxy_Readme_EN.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Mitmproxy_Readme_EN.md b/Mitmproxy_Readme_EN.md index 2bd6e63..2ac099c 100644 --- a/Mitmproxy_Readme_EN.md +++ b/Mitmproxy_Readme_EN.md @@ -32,14 +32,14 @@ mitmproxy --version To decrypt HTTPS traffic, the client needs to trust the `mitmproxy` CA certificate. ### Steps -- 1. Start `mitmproxy` to generate the certificate: + 1. Start `mitmproxy` to generate the certificate: ```bash mitmdump ``` -- 2. On the PC, navigate to `C:\Users\YourUser\.mitmproxy` to locate the certificate file (mitmproxy-ca.p12). -- 3. In the `mitmproxy` directory, locate `mitmproxy-ca-cert.crt`. -- 4. Rename `mitmproxy-ca-cert.crt` to `c8750f0d.0`. -- 5. Install the certificate as a system CA. + 2. On the PC, navigate to `C:\Users\YourUser\.mitmproxy` to locate the certificate file (mitmproxy-ca.p12). + 3. In the `mitmproxy` directory, locate `mitmproxy-ca-cert.crt`. + 4. Rename `mitmproxy-ca-cert.crt` to `c8750f0d.0`. + 5. Install the certificate as a system CA. ---