mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 09:42:34 +02:00
79128bb865
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
955 B
955 B
CA Certificate Installation
- Copy your CA Certificate located in
{{.Cfg.App.CertDir}} - Install your certificate:
- On Chrome:
- Open your Chrome settings, search for "Certificates" and click on "Security".
- In the security settings page, scroll down and click on "Manage certificates".
- Select the "Authorities" tab and click on "Import".
- Select the
mitmproxy-ca-cert.pemfile in{{.Cfg.App.CertDir}}.
- On Firefox:
- Open your Firefox settings, search for "Certificates" and click on "View Certificates".
- Select the "Authorities" tab and click on "Import".
- Select the
mitmproxy-ca-cert.pemfile in{{.Cfg.App.CertDir}}. - When prompted, click the "Trust this CA to identify websites" checkbox, then click on "OK".
- On Chrome:
Warning
Never install this certificate in a permanent system trust store: it grants decryption of all HTTPS traffic. Remove it from your browser after use.