Some services need the chain.pem file for configuration, simply passing that path to the hook script is probably cleaner than getting the path from the fullchain.pem file by doing CHAINFILE=${4/full/}.
🔄 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/144
**Author:** [@o1oo11oo](https://github.com/o1oo11oo)
**Created:** 2/17/2016
**Status:** ✅ Merged
**Merged:** 2/17/2016
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `pass_chainfile_to_hook`
---
### 📝 Commits (2)
- [`ef31444`](https://github.com/dehydrated-io/dehydrated/commit/ef3144483e52155e2ecc2690d7e2d60337abb4b1) Pass intermediate cert to hook script
- [`142b92f`](https://github.com/dehydrated-io/dehydrated/commit/142b92f1c8a91266cbe15af9a56ca4f80920ffb3) Add hook.sh to .gitignore
### 📊 Changes
**3 files changed** (+6 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `.gitignore` (+1 -0)
📝 `hook.sh.example` (+4 -2)
📝 `letsencrypt.sh` (+1 -1)
</details>
### 📄 Description
Some services need the `chain.pem` file for configuration, simply passing that path to the hook script is probably cleaner than getting the path from the `fullchain.pem` file by doing `CHAINFILE=${4/full/}`.
---
<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/144
Author: @o1oo11oo
Created: 2/17/2016
Status: ✅ Merged
Merged: 2/17/2016
Merged by: @lukas2511
Base:
master← Head:pass_chainfile_to_hook📝 Commits (2)
ef31444Pass intermediate cert to hook script142b92fAdd hook.sh to .gitignore📊 Changes
3 files changed (+6 additions, -3 deletions)
View changed files
📝
.gitignore(+1 -0)📝
hook.sh.example(+4 -2)📝
letsencrypt.sh(+1 -1)📄 Description
Some services need the
chain.pemfile for configuration, simply passing that path to the hook script is probably cleaner than getting the path from thefullchain.pemfile by doingCHAINFILE=${4/full/}.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.