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

Renewing admin certificate

P

PedstersPlanet

Guest
I dont mean the domain certificate, i mean the https://I.P:8443 one (in /usr/local/psa/admin/conf/).. mine expires in 4 days.

Can anyone guide me through this please.. Tnx
 
These are the steps I took in SSH:

# cd /usr/local/psa/admin/conf/
# openssl genrsa -out my_cert.key 1024
# chmod 600 my_cert.key
# openssl req -new -key my_cert.key -out my_cert.csr
# openssl x509 -req -days 720 -in my_cert.csr -signkey my_cert.key -out my_cert.crt
# cp my_cert.key httpsd.pem
# cat my_cert.crt >> httpsd.pem
# chmod 600 httpsd.pem
# /usr/local/psa/admin/bin/httpsdctl restart
I just tried again.. and it didn't give me any errors this time for the missing key....however, the old certificate is still active.. I even rebooted the VPS without luck.

I'm sure it is this directory that plesk_apache obtains its details.........configs, etc

Someone help pleaseeeeeee lol
 
Hi I'm having the same problem, the default-certificate is no problem, but whatever I try to install a new certificate for the Plesk control panel it still uses the old (expired) cert.

Anyone here who knows howto renew the cert for https://domain:8443 ?
 
In the "Certificates" in the Server section, select the new cert and click SETUP.
 
Back
Top