• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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