mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 14:20:30 +01:00
[PR #932] Support custom certificate lifetime #964
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/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.