• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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