mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[PR #414] Decrease the certificate expiry date #463
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#463
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/FiloSottile/mkcert/pull/414
Author: @i8degrees
Created: 11/15/2021
Status: 🔄 Open
Base:
master← Head:feature/fix-cert-expiry-date📝 Commits (1)
3da22fbDecrease the certificate expiry date📊 Changes
1 file changed (+18 additions, -5 deletions)
View changed files
📝
cert.go(+18 -5)📄 Description
to 13 months (397 days). This allows for passing SSL certificate checks
that validate the expiry date of the issued server certificate, such as
Google Chrome on the Android 11 platform.
Note that this change only effects the issuing of server certificates
and not the root certificate itself.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.