• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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