LockedDelete Let's Encrypt Certbot SSL Certificate

Author
techMate
Member
2019/04/30 08:37:50 (permalink)

Delete Let's Encrypt Certbot SSL Certificate

Hi, anyone knows what is correct way to delete Let's Encrypt Certbot SSL Certificate. I have an issued SSL Certificate for a domain name which I don’t need anymore, so need help to completely remove its files from my Linux server?
#1

1 Reply Related Threads

    Robert
    Junior Member
    Re: Delete Let's Encrypt Certbot SSL Certificate 2019/04/30 10:54:21 (permalink)
    techMate
    Hi, anyone knows what is correct way to delete Let's Encrypt Certbot SSL Certificate. I have an issued SSL Certificate for a domain name which I don’t need anymore, so need help to completely remove its files from my Linux server?




    Use this command to delete, it will display an index from which you can select the index number of domain name to delete:
    $ sudo certbot delete
     OR you can delete a Certbot certificate by including the domain name in the command like this:
    $ sudo certbot delete --cert-name example.com
    This could also be useful if the domain name does not appear in the index.
    #2
    Jump to: