mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 12:55:48 +03:00
[GH-ISSUE #198] Renew own certificate schedule #90
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#90
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 @icelava on GitHub (Nov 19, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/198
When does acme-dns decide to renew its own certificate (for its REST web site)?
Yesterday we had our other web server (with Certbot) renew one of its certs since it had less than 30 days to expiry. The process used the dns-01 challenge via acme-dns. But acme-dns per se, still appears to be using the original cert that will expire in less than a month's time.
@icelava commented on GitHub (Nov 21, 2019):
Alright, looks like it has finally renewed the cert some time last evening. Still no idea what sort of schedule it operates with.
@cpu commented on GitHub (Nov 21, 2019):
@icelava What version of acme-dns are you running? Since v0.8
acme-dnshas usedcertmagicto handle renewing its API certificate. It currently uses the default times configured by that library. If I understand correctly, v0.8+ will:github.com/mholt/certmagic@c52848a21d/maintain.go (L434-L435)github.com/mholt/certmagic@c52848a21d/maintain.go (L437-L438)@icelava commented on GitHub (Nov 25, 2019):
I'm not sure how to check version in the actual server? :-/
Going by the release dates, we installed acme-dns back in September, so that's likely v0.7.2 since v0.8 came around October.
Going by the observed behaviour, it took way more than 12 hours (restarted server on 19 Nov, renewed on 21 Nov) for it to finally renew its certificate.
@leggewie commented on GitHub (Jan 17, 2022):
@icelava Can this ticket be closed?