We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ec3750 + 6f40fb5 commit b00ab29Copy full SHA for b00ab29
testing/certutil/certutil.go
@@ -468,6 +468,6 @@ func keyBlockType(priv crypto.PrivateKey) string {
468
func makeNotBeforeAndAfter() (time.Time, time.Time) {
469
now := time.Now()
470
notBefore := now.Add(-1 * time.Minute)
471
- notAfter := now.Add(30 * 24 * time.Hour)
+ notAfter := now.Add(30*24*time.Hour + 24*360*5*time.Hour)
472
return notBefore, notAfter
473
}
0 commit comments