We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3aa9ab commit 2b8b5d4Copy full SHA for 2b8b5d4
certificates/certificates.go
@@ -40,7 +40,7 @@ import (
40
var (
41
host = "localhost"
42
validFrom = ""
43
- validFor = 365 * 24 * time.Hour * 2 // 2 years
+ validFor = time.Hour * 2 // 2 hours
44
rsaBits = 2048
45
)
46
0 commit comments