Skip to content

pitchfork proxy trust

  • Usage: pitchfork proxy trust [--cert <CERT>]

Install the proxy's self-signed TLS certificate into the system trust store

This command installs pitchfork's auto-generated TLS certificate into your system's trust store so that browsers and tools trust HTTPS proxy URLs without certificate warnings.

On macOS, this installs the certificate into the current user's login keychain. No sudo required.

On Linux, the appropriate CA certificate directory and update command are detected automatically based on the running distribution:

  • Debian/Ubuntu: /usr/local/share/ca-certificates/ + update-ca-certificates
  • RHEL/Fedora/CentOS: /etc/pki/ca-trust/source/anchors/ + update-ca-trust
  • Arch Linux: /etc/ca-certificates/trust-source/anchors/ + trust extract-compat
  • openSUSE: /etc/pki/trust/anchors/ + update-ca-certificates

This DOES require sudo on Linux.

Example: pitchfork proxy trust sudo pitchfork proxy trust # Linux only

Flags

--cert <CERT>

Path to the certificate file to trust (defaults to pitchfork's auto-generated cert)

Released under the MIT License.