[PR #204] [MERGED] Make location of domains.txt configurable #754

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

📋 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: masterHead: make-location-of-domains.txt-configurable


📝 Commits (1)

  • 9dd7a70 Make 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

This is a follow up from: https://bugs.debian.org/824928

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>
adam added the pull-request label 2025-12-29 01:28:58 +01:00
adam closed this issue 2025-12-29 01:28:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#754