all repos — flounder @ 43d6ffdf53cbbc75d70b7135a5d9c092da5b2f81

A small site builder for the Gemini protocol

Increase cert expiration to 100 years
alex wennerberg alex@alexwennerberg.com
Wed, 30 Dec 2020 12:03:59 -0800
commit

43d6ffdf53cbbc75d70b7135a5d9c092da5b2f81

parent

78fc9c855020b4d22872860be39769029bf6f85c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M gemini.gogemini.go

@@ -133,7 +133,7 @@ Subject: pkix.Name{

CommonName: hostname, }, DNSNames: []string{h}, - Duration: time.Hour * 760, // one month + Duration: time.Hour * 8760 * 100, // 100 years }) }