Properly remove a domain from Certbot
You might have tried to just delete the certificate files or some config files manually, and got into errors? Using Certbot to do the task Certbot includes a command, namely "delete" to remove a domain configuration and certificate files for you, in the correct manner. sudo certbot delete By typing [...]