[PR #932] Support custom certificate lifetime #964

Open
opened 2025-12-29 02:18:46 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/932
Author: @janh
Created: 1/9/2024
Status: 🔄 Open

Base: masterHead: certificate-lifetime


📝 Commits (1)

  • 4335e5d Support 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_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>
adam added the pull-request label 2025-12-29 02:18:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#964