diff --git a/docs/src/content/concepts-certificates.md b/docs/src/content/concepts-certificates.md index 83027ff1f..23d79a142 100644 --- a/docs/src/content/concepts-certificates.md +++ b/docs/src/content/concepts-certificates.md @@ -61,6 +61,7 @@ documentation for some common platforms. The mitmproxy CA cert is located in `sudo security add-trusted-cert -d -p ssl -p basic -k /Library/Keychains/System.keychain ~/.mitmproxy/mitmproxy-ca-cert.pem` - [Ubuntu/Debian]( https://askubuntu.com/questions/73287/how-do-i-install-a-root-certificate/94861#94861) - [Fedora](https://docs.fedoraproject.org/en-US/quick-docs/using-shared-system-certificates/#proc_adding-new-certificates) +- [Arch Linux](https://wiki.archlinux.org/title/Transport_Layer_Security#Add_a_certificate_to_a_trust_store) - [Mozilla Firefox](https://wiki.mozilla.org/MozillaRootCertificate#Mozilla_Firefox) - [Chrome on Linux](https://stackoverflow.com/a/15076602/198996) - [iOS](http://jasdev.me/intercepting-ios-traffic) diff --git a/mitmproxy/addons/onboardingapp/templates/index.html b/mitmproxy/addons/onboardingapp/templates/index.html index f96870fd0..dc95257e3 100644 --- a/mitmproxy/addons/onboardingapp/templates/index.html +++ b/mitmproxy/addons/onboardingapp/templates/index.html @@ -55,6 +55,10 @@
  • mv mitmproxy-ca-cert.pem /etc/pki/ca-trust/source/anchors/
  • sudo update-ca-trust
  • +
    Arch Linux
    +
      + sudo trust anchor --store mitmproxy-ca-cert.pem +
    {% endcall %} {% call entry('macOS', 'apple') %}
    Manual Installation