This worked for me:
Chrome Settings > Show advanced settings > HTTPS/SSL > Manage Certificates
.Authorities
tab and scroll down to find your certificate under the Organization Name that you gave to the certificate.You should get the nice green lock on your pages now.
EDIT: I tried this again on a new machine and the certificate did not appear on the Manage Certificates window just by continuing from the red untrusted certificate page. I had to do the following:
https://
is crossed out in red), click the lock > Certificate Information. NOTE: on newer versions of chrome, you have to open Developer Tools > Security
, and select View certificate
.Details tab > Export
. Choose PKCS #7, single certificate
as the file format.Authorities tab > Import
and choose the file to which you exported the certificate, and make sure to choose PKCS #7, single certificate
as the file type.