Skip to content

Commit b00ab29

Browse files
committed
Merge remote-tracking branch 'origin/non-empty-dnsName' into non-empty-dnsName
2 parents 8ec3750 + 6f40fb5 commit b00ab29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/certutil/certutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,6 @@ func keyBlockType(priv crypto.PrivateKey) string {
468468
func makeNotBeforeAndAfter() (time.Time, time.Time) {
469469
now := time.Now()
470470
notBefore := now.Add(-1 * time.Minute)
471-
notAfter := now.Add(30 * 24 * time.Hour)
471+
notAfter := now.Add(30*24*time.Hour + 24*360*5*time.Hour)
472472
return notBefore, notAfter
473473
}

0 commit comments

Comments
 (0)