/ Linux
LetsEncrypt certbot utility is a handy tool for generating SSL certificates on development, staging and production environments.
You could wait for the certificate to expire and then manually remove all files associated with it in the various directories, but the Certbot tool has it's own command available to cleanup everything associated with a certificate.
Delete LetsEncrypt Certbot Certificate
$ sudo certbot delete
You will be shown an index list of certificate names and be asked to choose the one you want to delete. Pressing enter confirms the selection and the certificate will be removed from the system as well as any configuration files stored in relation to it.
Delete LetsEncrypt Certbot Specific Domain
If you already know the certificate name you want to delete you can pass an argument to target the specific certificate.
$ sudo certbot delete --cert-name example.com
This removes the targeted certificate without the index list appearing. This can be useful if the certificate doesn't appear in the index list or if you want to run a scripted un-installation for your DevOps be it in Ansible, or your tool of choice.

Clive Walkden
Latest Articles

Linux —
Terraform InstallationA quick installation guide for Terraform on Ubuntu 18.04

Author

Bitcoin —
RollerCoin IntroAn introduction to the RollerCoin site and how you can use it to mine your own coins

Author

How to log to information to a file in different Magento 2.4.x versions

Author