[PR #333] [CLOSED] fix: Limit cert lifetime to 397 days to align with Googles new policy. #447

Closed
opened 2026-02-25 22:33:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/FiloSottile/mkcert/pull/333
Author: @franz-josef-kaiser
Created: 1/22/2021
Status: Closed

Base: masterHead: fix-cert-validity-331


📝 Commits (1)

  • 3e90b15 fix: Limit cert lifetime to 397 days to align with Googles new policy.

📊 Changes

1 file changed (+7 additions, -3 deletions)

View changed files

📝 cert.go (+7 -3)

📄 Description

Aims to fix #331 as proposed in the comments. Limits cert lifetime to 397 days: .AddDate( 1, 1, 1 ) (y,m,d).


🔄 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/FiloSottile/mkcert/pull/333 **Author:** [@franz-josef-kaiser](https://github.com/franz-josef-kaiser) **Created:** 1/22/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-cert-validity-331` --- ### 📝 Commits (1) - [`3e90b15`](https://github.com/FiloSottile/mkcert/commit/3e90b15ec96f4348cdbff8b45095f41394ebf1d9) fix: Limit cert lifetime to 397 days to align with Googles new policy. ### 📊 Changes **1 file changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `cert.go` (+7 -3) </details> ### 📄 Description Aims to fix #331 as proposed in the comments. Limits cert lifetime to 397 days: `.AddDate( 1, 1, 1 )` (y,m,d). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:33:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#447
No description provided.