enable dehydrated to use an existing CSR when running in cron mode. Add the variable
USE_EXISTING_CSR=
to ${CERTDIR}/${domain}/config
🔄 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/377
**Author:** [@yxzzx](https://github.com/yxzzx)
**Created:** 3/31/2017
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`2d6ac48`](https://github.com/dehydrated-io/dehydrated/commit/2d6ac48eb7bef906151c5df59cd37a919cfd24e9) use existing CSR in cron mode.
### 📊 Changes
**1 file changed** (+60 additions, -49 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+60 -49)
</details>
### 📄 Description
enable dehydrated to use an existing CSR when running in cron mode. Add the variable
USE_EXISTING_CSR=<path to csr>
to ${CERTDIR}/${domain}/config
---
<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/377
Author: @yxzzx
Created: 3/31/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
2d6ac48use existing CSR in cron mode.📊 Changes
1 file changed (+60 additions, -49 deletions)
View changed files
📝
dehydrated(+60 -49)📄 Description
enable dehydrated to use an existing CSR when running in cron mode. Add the variable
USE_EXISTING_CSR=
to ${CERTDIR}/${domain}/config
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.