• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Can't remove old certificate

Atramasis

Basic Pleskian
I installed a new ssl certificate, changed it to be default and secure Plesk, switched the IP to use it. Now I wanted to remove the old one but it shows me that there is still one usage of this cert and I can't remove it. But how can I find what is using it?
 
I know I should remove the cert connection to a domain if it was there. But my question was "HOW can I find" this domain. Because the one domain I used this cert I already switched to the new certificate. I also tried to switch it to "not selected" and also switched SSL off, but I still can't remove the cert. I looked in the database "psa" but can not find the usage of this certificate. I see only the new certificate used. So, I still don't know where is Plesk getting the info, that this certificate is used?
 
I tried it again with a new cert and now I got two that I can't remove! Under "Used" I see a "1" but I can't find where it is used. Is there at least a database table to look up?
 
Try to find old certificate with help of 'hosting' and 'certificates' tables:

mysql> select certificate_id from hosting where dom_id=XXX;
mysql> select * from certificates where id=XXX;

and update or delete necessary record.
 
Thank you, I found these two domains in the 'hosting' table, I prevoiusly only looked in the 'domains' table (there was shown only the correct certificates).
I think it is a bug. When I add a new cert and make it default, one (random or last used?) domain keeps the old certificate even if SSL is turned off for this domain!
 
Back
Top