[PR #210] [MERGED] Make certificate output location configurable #753

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/210
Author: @Alexendoo
Created: 5/25/2016
Status: Merged
Merged: 5/26/2016
Merged by: @lukas2511

Base: masterHead: configurable-output


📝 Commits (1)

  • 7a26e6e Make certificate output location configurable

📊 Changes

3 files changed (+40 additions, -25 deletions)

View changed files

📝 README.md (+1 -0)
📝 docs/examples/config (+3 -0)
📝 letsencrypt.sh (+36 -25)

📄 Description

Particularly useful if you want to set up dual certificates, you can set the config files to output into separate directories rather than using separate base directories for each. e.g. CERTDIR="${BASEDIR}/certs/rsa" and CERTDIR="${BASEDIR}/certs/ecdsa"


🔄 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/210 **Author:** [@Alexendoo](https://github.com/Alexendoo) **Created:** 5/25/2016 **Status:** ✅ Merged **Merged:** 5/26/2016 **Merged by:** [@lukas2511](https://github.com/lukas2511) **Base:** `master` ← **Head:** `configurable-output` --- ### 📝 Commits (1) - [`7a26e6e`](https://github.com/dehydrated-io/dehydrated/commit/7a26e6e7af0307eac5b04f91ada14de4f34e2923) Make certificate output location configurable ### 📊 Changes **3 files changed** (+40 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `docs/examples/config` (+3 -0) 📝 `letsencrypt.sh` (+36 -25) </details> ### 📄 Description Particularly useful if you want to set up dual certificates, you can set the config files to output into separate directories rather than using separate base directories for each. e.g. `CERTDIR="${BASEDIR}/certs/rsa"` and `CERTDIR="${BASEDIR}/certs/ecdsa"` --- <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#753