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.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/266
**Author:** [@alexionescu](https://github.com/alexionescu)
**Created:** 9/1/2016
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `revoke-config-logic`
---
### 📝 Commits (1)
- [`65e7f37`](https://github.com/dehydrated-io/dehydrated/commit/65e7f37dd358c2678b244c11de14805d271ed460) Fix config logic for revoke command.
### 📊 Changes
**1 file changed** (+3 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `letsencrypt.sh` (+3 -0)
</details>
### 📄 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.
---
<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/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.