How to Install the InterceptSuite CA Certificate on Windows
Step-by-step guide to trust the InterceptSuite CA certificate on Windows so you can intercept HTTPS traffic without certificate errors.
InterceptSuite Team
To intercept HTTPS traffic, your operating system must trust the InterceptSuite Certificate Authority (CA). This guide walks you through exporting the certificate from InterceptSuite and installing it as a trusted root CA on Windows.
For a video guide, watch: InterceptSuite MITM Setup: Install CA Certificate on Windows
Step 1 - Export the CA Certificate from InterceptSuite
Before installing the certificate, you need to export it from the application.
- Open InterceptSuite and navigate to the Proxy tab
- Click the Settings sub-tab within the Proxy section
- Scroll to the Certificate Management section
- Click Export Certificate
- When prompted for format, select DER
- Choose your preferred save location (e.g. your Desktop)
- Click Save - you should now have a
.derfile
Step 2 - Install the Certificate
Windows lets you install a certificate directly by double-clicking the file - no MMC required.
Double-click the
.derfile you exportedWindows will open the Certificate dialog showing the certificate details
Click Install Certificate…
Choose the store location:
- Current User - installs only for your Windows account
- Local Machine - installs for all users on this PC (requires admin)
Select whichever fits your needs and click Next
Select Place all certificates in the following store and click Browse…
In the list, select Trusted Root Certification Authorities and click OK
Click Next, then Finish
Click OK on the success dialog
If you chose Local Machine, Windows will prompt for administrator confirmation - click Yes.
Step 3 - Verify the Installation
- Press Win + R, type
certmgr.msc, and press Enter (for Current User) - orcertlm.mscfor Local Machine - Expand Trusted Root Certification Authorities → Certificates
- Look for InterceptSuite in the list
- Double-click it to confirm the certificate details match
Step 4 - Configure Your Browser or Application
Now that the system trusts the CA, configure your application to use InterceptSuite as a proxy:
- Proxy host:
127.0.0.1 - Proxy port:
4444(or whichever port you configured)
Most browsers on Windows (Chrome, Edge) use the system certificate store automatically. Firefox uses its own store - see the Firefox-specific section below.
ProxyBridge - Recommended Proxy Client
ProxyBridge is a free, open-source proxy client built by the InterceptSuite team. It makes routing any application through InterceptSuite on Windows effortless -no manual proxy settings needed per app.
- Forces any process to use a SOCKS5/HTTP proxy regardless of its own proxy settings
- Works with apps that don't natively support proxy configuration
- One-click setup with InterceptSuite
- Available on GitHub
Firefox on Windows
Firefox maintains its own certificate store and does not use the Windows system store by default.
- Open Firefox and go to Settings → Privacy & Security
- Scroll to Certificates and click View Certificates…
- Go to the Authorities tab and click Import…
- Select your
.derfile and click Open - Check Trust this CA to identify websites and click OK
Troubleshooting
Certificate warnings still appear - Make sure you selected Trusted Root Certification Authorities as the store during installation. Restart your browser after importing.
Double-click doesn't open the certificate dialog - Right-click the .der file and choose Open With → Crypto Shell Extensions.
Local Machine install requires admin - Right-click the .der file and choose Run as administrator, or use the Current User option which doesn't need admin rights.