To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
Certbot gets the list of domains from your current certificates. To remove names, you either have to delete the certificates using certbot delete, or issue new certificates with different sets of names.
sudo certbot delete --cert-name mikelucente.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
No certificate found with name mikelucente.com (expected /etc/letsencrypt/renewal/mikelucente.com.conf).
You have certificates with multiple domain names, so you have to reissue those certificates with only the names you want. --allow-subset-of-names is a risky but possible way to do this; the intended way is to use the applicable --cert-name and then use -d options to list only the names that should be included in the new certificate.