c24096f allow challenge to be "none" in cases where the ca relies on eab only
📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝dehydrated (+3 -3)
📄 Description
Some CAs like Sectigo or Harica do not require a challenge for authorization if eab is used. dehydrated does not properly support this case, yet. This PR adds another option "none" for the --challenge parameter or CHALLENGETYPE variable.
🔄 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/983
**Author:** [@gvde](https://github.com/gvde)
**Created:** 10/24/2025
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `challenge-none`
---
### 📝 Commits (1)
- [`c24096f`](https://github.com/dehydrated-io/dehydrated/commit/c24096fda3535c0614d359c688af970e94fe7f6f) allow challenge to be "none" in cases where the ca relies on eab only
### 📊 Changes
**1 file changed** (+3 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+3 -3)
</details>
### 📄 Description
Some CAs like Sectigo or Harica do not require a challenge for authorization if eab is used. dehydrated does not properly support this case, yet. This PR adds another option "none" for the `--challenge` parameter or `CHALLENGETYPE` variable.
Closes #980
---
<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/983
Author: @gvde
Created: 10/24/2025
Status: 🔄 Open
Base:
master← Head:challenge-none📝 Commits (1)
c24096fallow challenge to be "none" in cases where the ca relies on eab only📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
dehydrated(+3 -3)📄 Description
Some CAs like Sectigo or Harica do not require a challenge for authorization if eab is used. dehydrated does not properly support this case, yet. This PR adds another option "none" for the
--challengeparameter orCHALLENGETYPEvariable.Closes #980
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.