mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
[PR #266] [CLOSED] Fix config logic for revoke command. #778
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/266
Author: @alexionescu
Created: 9/1/2016
Status: ❌ Closed
Base:
master← Head:revoke-config-logic📝 Commits (1)
65e7f37Fix config logic for revoke command.📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
letsencrypt.sh(+3 -0)📄 Description
I noticed that when I wanted to revoke a certificate it would complain about either not having a .well-known directory to perform a http challenge. Using dns-01 it would say there isn't a hook given. Neither of these are required to revoke a certificate so for the config check it should short circuit out of the method.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.