fix logic if private key is specified via command line option
start using PARAM_* for parameters provided at the command line
🔄 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/37
**Author:** [@germeier](https://github.com/germeier)
**Created:** 12/12/2015
**Status:** ✅ Merged
**Merged:** 12/12/2015
**Merged by:** [@lukas2511](https://github.com/lukas2511)
**Base:** `master` ← **Head:** `privatekey`
---
### 📝 Commits (2)
- [`0e92aba`](https://github.com/dehydrated-io/dehydrated/commit/0e92aba206a60e00077d4b49e9479136f65587dc) - make private key a config option
- [`4a6f797`](https://github.com/dehydrated-io/dehydrated/commit/4a6f7974691d1f7346ab6e80196567c9012477e7) actually move BASEDIR up as intended
### 📊 Changes
**2 files changed** (+31 additions, -20 deletions)
<details>
<summary>View changed files</summary>
📝 `config.sh.example` (+6 -3)
📝 `letsencrypt.sh` (+25 -17)
</details>
### 📄 Description
- move BASEDIR further up in the config file
- make private key a config option
- fix logic if private key is specified via command line option
- start using PARAM_\* for parameters provided at the command line
---
<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/37
Author: @germeier
Created: 12/12/2015
Status: ✅ Merged
Merged: 12/12/2015
Merged by: @lukas2511
Base:
master← Head:privatekey📝 Commits (2)
0e92aba- make private key a config option4a6f797actually move BASEDIR up as intended📊 Changes
2 files changed (+31 additions, -20 deletions)
View changed files
📝
config.sh.example(+6 -3)📝
letsencrypt.sh(+25 -17)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.