mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #99] [MERGED] Add conf.d support #712
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/99
Author: @ymc-dabe
Created: 1/21/2016
Status: ✅ Merged
Merged: 1/22/2016
Merged by: @lukas2511
Base:
master← Head:feature/add_conf.d_support📝 Commits (1)
a1cb7ccAdd conf.d support📊 Changes
2 files changed (+28 additions, -3 deletions)
View changed files
📝
config.sh.example(+7 -1)📝
letsencrypt.sh(+21 -2)📄 Description
This PR adds support for a new config variable CONFIG_D in the main
configuration file. Setting a path to a directoy for CONFIG_D advises
letsencrypt.sh to source any additional files found in the specified
CONFIG_D directory, that have a '.sh' ending.
By default CONFIG_D is not set, meaning letsencrypt.sh does not source any
additional configuration files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.