更新 Mitmproxy_Readme_EN.md

This commit is contained in:
挽歌歌吖 2025-01-01 06:01:32 +00:00
parent 0fdb4fee49
commit 4635d061f8
1 changed files with 5 additions and 5 deletions

View File

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