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. ---