Let' Encrypt, how to stop renewing?

Discussion in 'ISPConfig 3 Priority Support' started by Taleman, Jul 5, 2020.

  1. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    I have previously used
    Code:
    certbot delete --cert-name mydomain.tld
    to delete the LE certificate and it did remove all files about that mydomain.tld in /etc/letsencrypt/*.
    But now Let's Encrypt Expiry Bot <[email protected]> sends me e-mail stating
    Is there a way to make LE undestand I do not want to renew that certificate anymore? Should I do something about this or just ignore? I guess after 10 days LE stops bothering me about this.
     
    Last edited: Jul 5, 2020
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Good question :) I would use certbot delete as well to remove it.
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Did you mean certbot revoke? Documentation says it is used when certificate is compromised. And it looks like it needs the ceritificate file still in place, so I should have done it before I did certbot delete.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    No, certbot delete in the way you used it. certbot revoke is for a different purpose.
     

Share This Page