Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decrease validity period for self-signed HTTPS certs
As of Go 1.18, certificates are verified with the platform verifier instead of via the Go verifier on macOS. The mac verifier enforces a maximum validity period of 825 days. Our default of 10 years is too long, resulting in an error: x509: certificate is not standards compliant
- Loading branch information