How to renew only one domain with certbot?

Renew a single certificate using renew with the –cert-name option. (certonly creates a certificate for one or more domains, replacing it if exists). Example certbot renew –cert-name domain1.com –dry-run Remove –dry-run to actually renew. Cert-name != Domain name Note that the value supplied to –cert-name option is a certificate name (not a domain name) found … Read more