mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

Certificate expiration is limited to 13 months by android browsers

Open olivierboudet opened this issue 1 year ago • 1 comments

Chromium on android (at least) shows a "ERR_CERT_VALIDITY_TOO_LONG" error when the certification expiration is more than 397 days.

olivierboudet avatar Jul 05 '23 15:07 olivierboudet

Only for Public CA's. https://chromium.googlesource.com/chromium/src/+/HEAD/net/docs/certificate_lifetimes.md

"This will only apply to TLS server certificates from CAs that are trusted in a default installation of Google Chrome, commonly known as “publicly trusted CAs”, and will not apply to locally-operated CAs that have been manually configured."

Raithmir avatar Oct 17 '23 12:10 Raithmir