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.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/204
**Author:** [@ymc-dabe](https://github.com/ymc-dabe)
**Created:** 5/21/2016
**Status:** ✅ Merged
**Merged:** 5/22/2016
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `make-location-of-domains.txt-configurable`
---
### 📝 Commits (1)
- [`9dd7a70`](https://github.com/dehydrated-io/dehydrated/commit/9dd7a703ea247b61c1c34d9781955e0dd5c60a4d) Make location of domains.txt configurable
### 📊 Changes
**2 files changed** (+10 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `docs/examples/config.sh.example` (+3 -0)
📝 `letsencrypt.sh` (+7 -3)
</details>
### 📄 Description
> This is a follow up from: https://bugs.debian.org/824928
In the [Debian packaging of letsencrypt.sh](https://packages.debian.org/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.
---
<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/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.