mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #204] [MERGED] Make location of domains.txt configurable #754
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/204
Author: @ymc-dabe
Created: 5/21/2016
Status: ✅ Merged
Merged: 5/22/2016
Merged by: @lukas2511
Base:
master← Head:make-location-of-domains.txt-configurable📝 Commits (1)
9dd7a70Make location of domains.txt configurable📊 Changes
2 files changed (+10 additions, -3 deletions)
View changed files
📝
docs/examples/config.sh.example(+3 -0)📝
letsencrypt.sh(+7 -3)📄 Description
In the Debian packaging of letsencrypt.sh we would like to have the file listing the domains for which certificates should be requested at:
/etc/letsencrypt.sh/domains.txt.Best thing to accomplish this in our opinion is to make it possible to define
${DOMAINS_TXT}in config.sh.This pull request implements this feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.