• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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