mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #210] [MERGED] Make certificate output location configurable #753
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/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.