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

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