I have a problem with a website that has an SSL certificate which doesn't correspond to the website domain. Chrome gives me a warning for this website (and rightly so), which I have to ignore manually. Every time I restart Chrome, I need to ignore the certificate issue again.
I've tried adding the certificate as a trusted one with certutil, using C,, and P,, trustargs, but it doesn't work. I can't find a set of trustargs that will tell it to ignore which domain is using the certificate.
Is there a way to tell Chrome (or certutil) to trust this certificate whatever domain uses it?
certutilcommand line tool to manage certificates, nothing else. – raphink Feb 11 '10 at 11:30
– Sean the Bean Oct 10 '14 at 17:30It seems to work best if you go to the "Authorities" tab in the certificate manager, before clicking "Import..." (thus adding you, or whoever signed the certificate, as a trusted signer-of-certificates)
I'm not sure if I needed to, but I checked all the checkboxes under "Edit trust settings".