lego keeps trying to renew a removed domain #1753
-
Dear Lego Community, This is nearly a copy paste from this issue as I was redirected here. I usually renew my certificate as follows sudo /opt/bitnami/letsencrypt/lego --path /opt/bitnami/letsencrypt --email="MYEMAIL" --http --http-timeout 30 --http.webroot /opt/bitnami/apps/letsencrypt --domains="DOMAIN1" --domains="DOMAIN3" renew where Problem is, lego script fails to renew the remaining domains because of this, it appears to ignore the
in the output above How does lego script know about
I'm out of ideas how to make lego script forget about |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, When you create a certificate and pass several domains to the command line, lego will basically create one certificate that handles all your domains. When you try to renew, lego will find the certificate related to your domain, this certificate contains several domains, and lego will extract and use those domains during the renewal. So you have to remove your previous certificate. |
Beta Was this translation helpful? Give feedback.
Hello,
When you create a certificate and pass several domains to the command line, lego will basically create one certificate that handles all your domains.
When you try to renew, lego will find the certificate related to your domain, this certificate contains several domains, and lego will extract and use those domains during the renewal.
So you have to remove your previous certificate.