This repository provides the public certificates required when using the SessionHub Chrome Extension in remote proxy mode.
These certificates allow browsers and operating systems to trust the proxy connection established by SessionHub, ensuring secure and seamless session management.
remote-proxy/session-hub-ca-cert.pem
→ Public certificate in PEM format (for macOS/Linux)remote-proxy/session-hub-ca-cert.p12
→ Certificate in PKCS#12 format (for Windows)
To use remote proxy mode, SessionHub requires a trusted root certificate to be installed on your system.
Please follow the steps for your platform:
- Double-click the PEM file to open it in Keychain Access.
- Find the new certificate named SessionHub-CA and double-click it.
- Under Trust, set Secure Socket Layer (SSL) to Always Trust.
- Close the dialog and enter your password if prompted.
mv session-hub-ca-cert.pem /usr/local/share/ca-certificates/session-hub.crt
sudo update-ca-certificates
mv session-hub-ca-cert.pem /etc/pki/ca-trust/source/anchors/
sudo update-ca-trust
- Double-click the P12 file to start the import wizard.
- Select a certificate store location (current user or local machine) and click Next.
- Click Next again.
- Leave the password blank and click Next.
- Select Place all certificates in the following store, then click Browse and choose Trusted Root Certification Authorities.
- Click OK, then Next, and Finish.
- Click Yes to confirm the warning dialog.