mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #269] [CLOSED] Adding the invalid_challenge and request_failure hooks #780
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/269
Author: @nkovacne
Created: 9/7/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
37509d5Adding the invalid_challenge hooka6da05bRemoving the example of the invalid challenge response8ab7a29Merge branch 'master' of https://github.com/lukas2511/dehydratedc435b6cAdding the request_failure hook992ebf5Fix: Include the content of the error rather than the file that contains it📊 Changes
4 files changed (+40 additions, -3 deletions)
View changed files
📝
dehydrated(+8 -1)📝
docs/dns-verification.md(+1 -1)📝
docs/examples/hook.sh(+31 -0)📝
docs/hook_chain.md(+0 -1)📄 Description
To us it is very useful to know when a challenge has failed (we use the dns-01 method and sometimes it fails because TXT DNS record has not propagated yet), so I created the "invalid_challenge" hook. This way we are aware and can act accordingly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.