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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/464
Author: @crza
Created: 1/8/2018
Status: ❌ Closed
Base:
master← Head:acme-v2📝 Commits (4)
0abbec7Acme v02 api support.26d47cffix indent & grep93fdb4fCA_NEW_AUTHZ not needed for v023434e56fix wildcard domain parsing.📊 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.