mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #190] [MERGED] Migrate over to certmagic from using autocert #339
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#339
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?
📋 Pull Request Information
Original PR: https://github.com/acme-dns/acme-dns/pull/190
Author: @joohoi
Created: 10/20/2019
Status: ✅ Merged
Merged: 10/20/2019
Merged by: @joohoi
Base:
master← Head:certmagic📝 Commits (9)
6f921edUse certmagic for challenge validationa2f4f1aMerge remote-tracking branch 'origin/master' into certmagice19d5a5WIP2d473e5Get the correct keyafed867Merge remote-tracking branch 'origin/master' into certmagicaacf9dcOverride preflight check logic976afe5Fix logging for imported packages and tidy config.cfgb6b306dFix test and add docstringsddc219bUpdate README📊 Changes
8 files changed (+465 additions, -44 deletions)
View changed files
📝
README.md(+13 -11)➕
challengeprovider.go(+30 -0)📝
config.cfg(+3 -7)📝
dns.go(+48 -7)📝
go.mod(+8 -3)📝
go.sum(+295 -0)📝
main.go(+67 -15)📝
main_test.go(+1 -1)📄 Description
This PR replaces the autocert package that was used for the HTTP api certificate handling with certmagic.
In addition to this, it changes the HTTP api certificate validation over to DNS challenge, which a acme-dns instance should always be able to fulfill, if it's not misconfigured in a way that would make it incapable of handling the issuance for its clients as well.
In broader sense, this means that acme-dns is finally able to acquire and configure HTTPS correctly regardless of being deployed without publicly accessible HTTP API.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.