-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script fails if acme-dns runs against staging (the default) #24
Comments
Hi, do you think this has a relation with /var/log/syslog growing at high speed due to the following repeated error message: Jun 1 17:54:55 test acme-dns[555]: time="2022-06-01T17:54:55+02:00" level=info msg="2022/06/01 17:54:55 [INFO][FileStorage:api-certs] Lock for 'cert_acme_auth.example.org_https://acme-staging-v02.api.letsencrypt.org/directory' is stale; removing then retrying: api-certs/locks/cert_acme_auth.example.org_httpsacme-staging-v02.api.letsencrypt.orgdirectory.lock" Thanks |
@leggewie I wrote my own acme-dns-client that works with certbot and acme.sh. |
the script fails when the acme-dns service is running against staging which is the default.
config.cfg: tls = "letsencryptstaging"
One way to hack around this would be to skip TLS-cert verification. The calls to requests.post can be changed in three places. A better solution would be of course for acme-dns to get certs from standard letsencrypt during the initial setup
even when running against staging.
issue24.patch.txt
The text was updated successfully, but these errors were encountered: