• 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.

SSL renewal

B

bluegen

Guest
Hello,
I have an old Plesk server, 7.6. Some client needs to renew an SSL certificate wihich is already installed, and has been running since last year. Domain is fine, has its own IP, certificate is fine too.

Now he wants to renew the SSL cert, he uses Starfield as certificate provider.
He sent me 2 files, a p7b and a crt file..I tried to paste the certificate from the crt file, but I got
Unable to set the certificate: Incompatible private key/certificate pair

If it was installing a new one, it would be simple..delete the private key, and the CSR, recreate them, rekey the certificate..But for renewal?
There is no help on Plesk about this, or knowledgebase, and on forums i found only about installing a brand new one.
Any ideas?
Thanks is advance.

bg
 
Hello bluegen,

You should convert P7B or CRT to PEM format.
You may use OpenSSL tool with the command

openssl pkcs7 -in cert.p7b -print_certs -text -out cert.pem
 
Back
Top