mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #98] [MERGED] Respect configured BASEDIR for default values #710
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/98
Author: @ymc-dabe
Created: 1/21/2016
Status: ✅ Merged
Merged: 1/22/2016
Merged by: @lukas2511
Base:
master← Head:fix/configuring_BASEDIR_does_not_affect_built_in_defaults📝 Commits (1)
9baf353Respect configured BASEDIR for default values📊 Changes
1 file changed (+7 additions, -3 deletions)
View changed files
📝
letsencrypt.sh(+7 -3)📄 Description
Problem
If BASEDIR is set in config.sh, this does not modify the (default) values
of either PRIVATE_KEY, WELLKNOWN or LOCKFILE. One needs to manually specify
those three config variables in config.sh, if a different BASEDIR
should be used by letsencrypt.sh.
How to reproduce
Clone letsencrypt.sh to /tmp/
cd /tmp/ && git clone https://github.com/lukas2511/letsencrypt.sh.gitProvide the following /tmp/letsencrypt.sh/config.sh:
Run letsencrypt.sh with paramemetr -e
/tmp/letsencrypt.sh/letsencrypt.sh -eExpected result (on Debian/jessie)
Actual result (on Debian/jessie)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.