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>
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/210
Author: @Alexendoo
Created: 5/25/2016
Status: ✅ Merged
Merged: 5/26/2016
Merged by: @lukas2511
Base:
master← Head:configurable-output📝 Commits (1)
7a26e6eMake 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"andCERTDIR="${BASEDIR}/certs/ecdsa"🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.