• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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