Add certificate as trusted
This section outlines the process for adding a certificate as trusted by downloading it from the browser and installing it in the Trusted Root Certification Authorities on Windows or Linux systems.
2 minute read
1. Download the certificate
- As soon as Chrome issues a certificate warning, click on
Not secureto the left of the address bar. - Show the certificate (Click on
Certificate is not valid). - Go to
Detailstab. - Click
Export...at the bottom and save the certificate.
- As soon as Firefox issues a certificate warning, click on
Advanced.... - View the certificate (Click on
View Certificate). - Scroll down to
Miscellaneousand save the certificate.
2. Install the certificate
- Press Windows + R.
- Enter
mmcand clickOK. - Click on
File>Add/Remove snap-in.... - Select
Certificatesin the Available snap-ins list and click onAdd >, then onOK. Add the snap-in. - In the tree pane, open
Certificates - Current user>Trusted Root Certification Authorities, then right-clickCertificatesand selectAll tasks>Import.... - The Certificate Import Wizard opens here. Click on
Next. - Select the previously saved certificate and click
Next. - Click
Nextagain in the next window. - Click on
Finish. If a warning pops up, click onYes. - The program can now be closed. Console settings do not need to be saved.
- Clear browser cache and restart browser.
The procedures for using a browser to import a certificate as trusted (on Linux systems) vary depending on the browser and Linux distribution used. To manually cause a self-signed certificate to be trusted by a browser on a Linux system:
| Distribution | Copy certificate here | Run following command to trust certificate |
|---|---|---|
| RedHat | /etc/pki/ca-trust/source/anchors/ |
update-ca-trust extract |
Note: If the directory does not exist, create it.
Note: If you do not have the ca-certificates package, install it with your package manager.