mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 14:20:30 +01:00
[PR #983] allow challenge to be "none" in cases where the ca relies on eab only #983
Reference in New Issue
Block a user
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/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.