mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #315] Certificate maintenance routine not working with v1.0 release #170
Labels
No labels
Documentation
Documentation
bug
enhancement
feature request
feature request
help wanted
pull-request
question
security
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/acme-dns#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @p3l1 on GitHub (Sep 4, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/315
In the latest version of the Docker Image
v1.0the automatical aquiring of a Let's Encrypt certificate is not working. There is no error thrown or any hint on why this is happening.I used the same configuration with the
v0.8release, where everything is working.Log Output
v0.8directly after starting with this configuration:For
v1.0there is no entry regarding the certificate maintenance routine. When trying to access the API via HTTPS the following error appears:Any idea whats happening?