Categories:
DH Keys (39)
DSA Keys (72)
EC Keys (331)
Firefox (32)
General (13)
Google Chrome (25)
Intermediate CA (152)
Java VM (20)
JDK Keytool (25)
Microsoft CertUtil (26)
Mozilla CertUtil (18)
OpenSSL (237)
Other (17)
Portecle (38)
Publishers (1858)
Revoked Certificates (30)
Root CA (87)
RSA Keys (2168)
Tools (47)
Tutorial (7)
What Is (21)
Windows (129)
Collections:
Other Resources:
Make Server Certificate Trusted in Google Chrome
Can I tell Google Chrome to trust a server certificate, even the signing authority is not listed in Google Chrome as trusted authority?
✍: FYIcenter.com
You can make server certificate trusted in Google Chrome
by import the certificate of the signing authority in Google Chrome.
as shown in this tutorial.
1. Visit https://www.cacert.org Web site with Google Chrome.
2. Click "Proceed anyway" button on the error page to continue.
3. Open the server certificate as shown in the previous tutorial.
4. Click "Certification Path" tab, double-click the root CA name in the path to open its certificate, then click "Details" tab.
4. Click "Copy to File..." button to export the root CA certificate. You see "Export Certificate Wizard" showing up.
5. Follow instructions on the wizard and save the server certificate to file, "C:\fyicenter\cacert_root.cer".
6. Start "Certificate Manager" in Google Chrome.
7. Click "Trusted Root Certificate Authorities" tab.
9. Click "Import" button. You see "Import Certificate Wizard" showing up.
10. Click "Next", browse and select "C:\fyicenter\cacert_root.cer" into the "File name" field.
11. Click "Next". You see the Certificate Store selection screen. "Place all certificates in the following store" is checked and "Trusted Root Certificate Authorities" is selected as the store.
12. Click "Next" to finish importing "cacert.cer" into Google Chrome as a trusted certificate.
Now you should be able to visit "https://www.cacert.org/" without any error.
See the picture below shows you the option to import trusted root CA certificate:
⇒ Certificates Shared between Windows and Google Chrome
⇐ "connection is not private" Error in Google Chrome
2013-12-03, 4767👍, 0💬
Popular Posts:
How to add a trusted CA (Certificate Authority) certificate into Java default keystore on Windows? M...
How to convert a certificate file in DER (Distinguished Encoding Rules) format to PEM (Privacy Enhan...
How to convert a certificate file in DER (Distinguished Encoding Rules) format to PEM (Privacy Enhan...
Certificate summary - Owner: www.mobile01.com, "Yong Sheng Technology Co., Ltd.", Web Services, L=Ta...
Where is the user-level Java trusted keystore file on Windows? I know the system-level java trusted ...