This page provides the Certificate Authority (CA) certificate needed to intercept and analyze encrypted traffic from stumblechat.com.
Security Notice: Only install this certificate if you trust the organization that provided it to you. Installing a CA certificate gives it the ability to intercept your encrypted traffic.
Download CA Certificate
Alternatively, you can use our automated installation script:
curl -s https://pyrosec.is/install-mitm-ca.sh | bash
Manual Installation Instructions
Linux (Debian/Ubuntu)
- Download the certificate
- Copy it to the trusted certificates directory:
sudo cp mitm-ca.crt /usr/local/share/ca-certificates/
- Update the CA store:
sudo update-ca-certificates
macOS
- Download the certificate
- Double-click the certificate file to open it in Keychain Access
- Add the certificate to the System keychain
- Double-click the imported certificate
- Expand the "Trust" section
- Change "When using this certificate" to "Always Trust"
Windows
- Download the certificate
- Right-click the certificate file and select "Install Certificate"
- Select "Local Machine" and click "Next"
- Select "Place all certificates in the following store"
- Click "Browse" and select "Trusted Root Certification Authorities"
- Click "OK", then "Next", then "Finish"
Firefox (All Platforms)
Firefox uses its own certificate store, so you need to add the certificate separately:
- Open Firefox
- Go to Settings/Preferences
- Search for "certificates" and click "View Certificates"
- Go to the "Authorities" tab
- Click "Import" and select the downloaded certificate file
- Check "Trust this CA to identify websites" and click "OK"