• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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