• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Resolved Can't change the panel certificate!!

James

New Pleskian
Hi, I used a wrong panel certificate, so I can't enter panel.:(
I try to change the panel certificate using # plesk bin server_pref --update -panel-certificate "cert1"
But it return message "Unrecognized -panel-certificate" :(

My Version: 12.5.30_build1205150826.19 os_CentOS 6
How can I change the panel certificate??
 
Try to use 'certificate' utility:

# plesk bin certificate --help

for more details.
 
Thanks IgorG.

I used this command.
When I used $ plesk bin certificate -u "cert1" -admin, and found it's status "used" by $ plesk bin certificate -l -admin.
Then I tried connect panel, the certificate was still the wrong one.
Even though stop/start psa/apache service...

PS:
This problem is because the purchased certificate were set incorrectly, so were revoked.
 
In file /etc/httpd/conf/plesk.conf.d/server.conf you can find lines like:

SSLEngine on
SSLVerifyClient none
SSLCertificateFile "/usr/local/psa/var/certificates/certlcu5Acu"

You can modify these line according to your needs and restart sw-cp-server service after that for fixing this certificate issue.
 
Hi, IgorG,
I just tried several times, even I checked and change to the old cert filename, then restart sw-cp-server service.
When I visit panel, it still keep using the wrong cert.

I have no idea:(
 
Back
Top