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.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/157
**Author:** [@lschuermann](https://github.com/lschuermann)
**Created:** 3/1/2016
**Status:** ✅ Merged
**Merged:** 3/19/2016
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (3)
- [`705fb54`](https://github.com/dehydrated-io/dehydrated/commit/705fb54e927e1df4515e99639e90095f0863470b) Add hook for unchanged certificates.
- [`64b23e7`](https://github.com/dehydrated-io/dehydrated/commit/64b23e7a076f02e6408f23a587391e4682a50027) Edit test according to unchanged-certificate hook.
- [`dd33de5`](https://github.com/dehydrated-io/dehydrated/commit/dd33de59d8ac534d13a582deaa449203348836f7) Change unchanged-certificate message.
### 📊 Changes
**3 files changed** (+24 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `hook.sh.example` (+20 -0)
📝 `letsencrypt.sh` (+3 -1)
📝 `test.sh` (+1 -1)
</details>
### 📄 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
---
<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/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.