[PR #464] [CLOSED] Acme v02 api support #843

Closed
opened 2025-12-29 01:29:37 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/464
Author: @crza
Created: 1/8/2018
Status: Closed

Base: masterHead: acme-v2


📝 Commits (4)

📊 Changes

3 files changed (+155 additions, -37 deletions)

View changed files

📝 CHANGELOG (+1 -0)
📝 dehydrated (+151 -37)
📝 docs/examples/config (+3 -0)

📄 Description

Account creation & updates work.
Certificate requests and domain validation are working.
Revocations are also supported.

Wildcard domains are not supported.
This seems to be a dehydrated limitation.

To use the new API:
set API=2 and update CA endpoint.


🔄 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/dehydrated-io/dehydrated/pull/464 **Author:** [@crza](https://github.com/crza) **Created:** 1/8/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `acme-v2` --- ### 📝 Commits (4) - [`0abbec7`](https://github.com/dehydrated-io/dehydrated/commit/0abbec7b457a96b08bb2abe8049539049742079f) Acme v02 api support. - [`26d47cf`](https://github.com/dehydrated-io/dehydrated/commit/26d47cfe2f46913dc78967d262c84f30cb60f616) fix indent & grep - [`93fdb4f`](https://github.com/dehydrated-io/dehydrated/commit/93fdb4fe8b45d66a923b1f27481eb1db5e0a2033) CA_NEW_AUTHZ not needed for v02 - [`3434e56`](https://github.com/dehydrated-io/dehydrated/commit/3434e5633cfe876649d8b6665a853951c116efed) fix wildcard domain parsing. ### 📊 Changes **3 files changed** (+155 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG` (+1 -0) 📝 `dehydrated` (+151 -37) 📝 `docs/examples/config` (+3 -0) </details> ### 📄 Description Account creation & updates work. Certificate requests and domain validation are working. Revocations are also supported. Wildcard domains are not supported. This seems to be a dehydrated limitation. To use the new API: set API=2 and update CA endpoint. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:29:37 +01:00
adam closed this issue 2025-12-29 01:29:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#843