• 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 Unprotect SSL to protect webmail

hume1991

New Pleskian
Good day everybody,

how is it possible with the certificate the "used to protect webmail" cancel? The certificate can not be deleted. Via SSH or Plesk Panel.

SSL.PNG
 
Hi @hume1991 !

This can be done at "Mail Settings" screen of your domain. Make it "Not selected", then remove as usual.

hLnuvXh.png
 
Without webmail component it is not so easy.

I can suggest workaround on your own risk: remove this relation directly from database.
At first let's get know your certificate id. Go to this certificate and you can see its id in the address bar. For example:
/smb/ssl-certificate/edit/id/4/certificateId/3
Here certificate id is 3.

Finally execute following command via ssh but replace <CERT_ID> with your certificate id.
Code:
plesk db -e "delete from dom_param where param = 'webmail_certificate_id' and val = <CERT_ID>"
 
I've created bug for this issue with internal id: PPP-35645. We will fix it in future updates/releases.
Thank you for reporting!
 
Back
Top