Ensure that all per-certificate settings are saved and restored in
store_configvars() and reset_configvars() - that's what makes them
per-certificate in the first place...
Add OCSP_FETCH and OCSP_DAYS in the documented list of supported
per-certificate configs, since the code does allow these.
🔄 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/798
**Author:** [@lespinasse](https://github.com/lespinasse)
**Created:** 2/2/2021
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (1)
- [`97ce371`](https://github.com/dehydrated-io/dehydrated/commit/97ce371af75c69da20b47875735424f8f03b0fae) Per-certificate config fixes
### 📊 Changes
**2 files changed** (+10 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+8 -0)
📝 `docs/per-certificate-config.md` (+2 -0)
</details>
### 📄 Description
- Ensure that all per-certificate settings are saved and restored in
store_configvars() and reset_configvars() - that's what makes them
per-certificate in the first place...
- Add OCSP_FETCH and OCSP_DAYS in the documented list of supported
per-certificate configs, since the code does allow these.
---
<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/798
Author: @lespinasse
Created: 2/2/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
97ce371Per-certificate config fixes📊 Changes
2 files changed (+10 additions, -0 deletions)
View changed files
📝
dehydrated(+8 -0)📝
docs/per-certificate-config.md(+2 -0)📄 Description
Ensure that all per-certificate settings are saved and restored in
store_configvars() and reset_configvars() - that's what makes them
per-certificate in the first place...
Add OCSP_FETCH and OCSP_DAYS in the documented list of supported
per-certificate configs, since the code does allow these.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.