Proton Bridge Certificate
In order to use Proton Bridge with Aerion, you must first install the certificate on your system. If you are unsure how to accomplish this, follow the below steps.
-
Open Proton Bridge
-
Click on the gear icon to go to the settings screen
-
Click on
Advanced settingsat the bottom to expand Proton Bridge advanced settings -
Look for
Export TLS certificatesand click theExportbutton next to it. -
Save the file (cert.pem) to a safe location
-
From the terminal, cd into the location of
cert.pemand install it to:- Arch based systems:
sudo cp cert.pem /etc/ca-certificate/trust-source/anchor/proton-bridge.pem
sudo update-ca-trust - Debian based systems:
sudo cp cert.pem /usr/local/share/ca-certificates/proton-bridge.crt
sudo update-ca-certificates - Redhat based systems:
sudo cp cert.pem /etc/pki/ca-trust/source/anchors/proton-bridge.pem
sudo update-ca-trust - Void Linux:
sudo cp cert.pem /etc/ssl/certs/proton-bridge.pem
sudo update-ca-certificates
- Arch based systems:
This will make it so that any software on your system will now recognize the Proton Bridge cert as a valid SSL certificate.