This article includes a number of useful or common certbot
commands. Please substitute yourdomain.com with your correct domain name.
To check which SSL certificates are installed on the server:
certbot certificates
To create a
sudo certbot certonly -d yourdomain.com -d www.yourdomain.com
To delete a certificate:
certbot delete --cert-name yourdomain.com