mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-04-27 04:45:48 +03:00
[PR #36] [MERGED] Make autocert use HTTP-01 challenge instead of TLS-SNI #254
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#254
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/36
Author: @joohoi
Created: 2/1/2018
Status: ✅ Merged
Merged: 2/1/2018
Merged by: @joohoi
Base:
master← Head:autocert_http01📝 Commits (1)
a6d72f6Make autocert use HTTP-01 challenge instead of TLS-SNI📊 Changes
4 files changed (+10 additions, -1 deletions)
View changed files
📝
README.md(+3 -0)📝
config.cfg(+2 -0)📝
main.go(+4 -1)📝
types.go(+1 -0)📄 Description
TLS-SNI challenge has been disabled by Let's Encrypt, so we need to use another challenge type to automatically acquire a certificate. This PR changes the autocert challenge to HTTP-01.
Fixes: #35
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.