mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
[PR #157] [MERGED] Add hook for unchanged certificates. #739
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/157
Author: @lschuermann
Created: 3/1/2016
Status: ✅ Merged
Merged: 3/19/2016
Merged by: @lukas2511
Base:
master← Head:master📝 Commits (3)
705fb54Add hook for unchanged certificates.64b23e7Edit test according to unchanged-certificate hook.dd33de5Change unchanged-certificate message.📊 Changes
3 files changed (+24 additions, -2 deletions)
View changed files
📝
hook.sh.example(+20 -0)📝
letsencrypt.sh(+3 -1)📝
test.sh(+1 -1)📄 Description
In my scenario, where I automate certificate-issuance through the
letsencrypt.sh-client, I need to also have a hook for all certificates, of which the domains haven't changed and which are still valid.I tried to integrate this functionality, as I think more people could benefit from this feature.
As far as I am concerned, it works as expected.
I'd greatly appreciate if you could merge this pull-request.
Thanks,
Leon
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.