[PR #36] [MERGED] Make autocert use HTTP-01 challenge instead of TLS-SNI #254

Closed
opened 2026-03-13 16:13:52 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: autocert_http01


📝 Commits (1)

  • a6d72f6 Make 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.

## 📋 Pull Request Information **Original PR:** https://github.com/acme-dns/acme-dns/pull/36 **Author:** [@joohoi](https://github.com/joohoi) **Created:** 2/1/2018 **Status:** ✅ Merged **Merged:** 2/1/2018 **Merged by:** [@joohoi](https://github.com/joohoi) **Base:** `master` ← **Head:** `autocert_http01` --- ### 📝 Commits (1) - [`a6d72f6`](https://github.com/acme-dns/acme-dns/commit/a6d72f6a7f82c9b2651591f36dd5bef45c288a56) Make autocert use HTTP-01 challenge instead of TLS-SNI ### 📊 Changes **4 files changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) 📝 `config.cfg` (+2 -0) 📝 `main.go` (+4 -1) 📝 `types.go` (+1 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 16:13:52 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#254
No description provided.