mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
[PR #144] [MERGED] Pass intermediate cert to hook script #732
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/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.