mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[GH-ISSUE #186] tls = "letsencrypt" client still use ACMEv1? #79
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#79
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 @NiasSt90 on GitHub (Oct 17, 2019).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/186
the time of ACMEv1 is over...
@joohoi commented on GitHub (Oct 17, 2019):
Which version ofacme-dnsare you using at the moment?edit: this is irrelevant
@joohoi commented on GitHub (Oct 17, 2019):
Ok, so this is related to the Golang autocert package. The ACMEv2 was added as default just a few days ago.
I'll do a new release of
acme-dnsshortly.@NiasSt90 commented on GitHub (Oct 18, 2019):
ok, thx.
I've struggled into huge problems because of this, because it looks like the acme-dns REST api can't be access thru http-only. It always redirects to their own https endpoint (the documentation doesn't mentioned this) and therefore a ssl-cert is always needed to access the acme-dns rest api.
@joohoi commented on GitHub (Oct 18, 2019):
On the upcoming weekend I'm planning to finish work towards migrating from
autocertto certmagic, a few DNS RFC fixes and moving to automated challenge responses using DNS validation. This will fix a wide array of issues along with this one.@joohoi commented on GitHub (Oct 18, 2019):
Acme-dns REST api can be accessed through HTTP, if you set
tls = "none"in theconfig.cfg@joohoi commented on GitHub (Oct 20, 2019):
This was implemented in #190 and is included in v0.8 just released!