The ACME protocol allows to request a specific lifetime using the fields "notBefore" and "notAfter" when creating an order (see also #806).
This change allows to specify the desired lifetime using the new LIFETIME_SECS option.
The "notBefore" time is back-dated by 1 hour (Let's Encrypt and Google Trust Services also do this by default). Not sure if this should also be configurable.
🔄 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/932
**Author:** [@janh](https://github.com/janh)
**Created:** 1/9/2024
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `certificate-lifetime`
---
### 📝 Commits (1)
- [`4335e5d`](https://github.com/dehydrated-io/dehydrated/commit/4335e5dd2c986637c351be0ac5ce616ee0b52745) Support custom certificate lifetime
### 📊 Changes
**1 file changed** (+24 additions, -3 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+24 -3)
</details>
### 📄 Description
The ACME protocol allows to request a specific lifetime using the fields "notBefore" and "notAfter" when creating an order (see also #806).
This change allows to specify the desired lifetime using the new `LIFETIME_SECS` option.
The "notBefore" time is back-dated by 1 hour (Let's Encrypt and Google Trust Services also do this by default). Not sure if this should also be configurable.
---
<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/932
Author: @janh
Created: 1/9/2024
Status: 🔄 Open
Base:
master← Head:certificate-lifetime📝 Commits (1)
4335e5dSupport custom certificate lifetime📊 Changes
1 file changed (+24 additions, -3 deletions)
View changed files
📝
dehydrated(+24 -3)📄 Description
The ACME protocol allows to request a specific lifetime using the fields "notBefore" and "notAfter" when creating an order (see also #806).
This change allows to specify the desired lifetime using the new
LIFETIME_SECSoption.The "notBefore" time is back-dated by 1 hour (Let's Encrypt and Google Trust Services also do this by default). Not sure if this should also be configurable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.