• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

CA certificate for self-signed SSL certs

W

wesindc

Guest
I'm setting up self-signed SSL certificates for several domains. When the site is accessed via HTTPS:// the self-signed certificate the CA Authority is listed as not being trusted. Does Plesk have a default CA Authority certificate to use for self-signed SSL certificates? Running Windows Plesk 7.5.6
 
"self-signed" means exactly that -- not signed by a CA.

Certificates are a bit of a misnomer, actually.

What a certificate actually is, is a public key, that is then signed by someone else's private key.

However, a self-signed certifcate is just a public key signed by it's OWN private key.

You use the "CA Cert" section when using someone like GoDaddy's certificate services, where you need to upload an "intermediate" certificate, since GoDaddy's root cert is not installed in most browsers.

Since GoDaddy's root cert is actually signed by another organization, in order to have browsers recognize it, you have to pass the intermediate cert down the line.
 
Back
Top