[PR #144] [MERGED] Pass intermediate cert to hook script #732

Closed
opened 2025-12-29 01:28:42 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: pass_chainfile_to_hook


📝 Commits (2)

  • ef31444 Pass intermediate cert to hook script
  • 142b92f Add 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.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>
adam added the pull-request label 2025-12-29 01:28:42 +01:00
adam closed this issue 2025-12-29 01:28:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#732