From 0f9cc39cc7eea6c14bf2914b24a31582f0fb45c2 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Tue, 15 Jan 2019 14:01:33 +0100 Subject: [PATCH] Update PKI dates --- admin/api/certificate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/api/certificate.go b/admin/api/certificate.go index 7a5eb203..a8fe16c5 100644 --- a/admin/api/certificate.go +++ b/admin/api/certificate.go @@ -26,7 +26,7 @@ func init() { router.GET("/api/ca.pem", apiHandler(getCAPEM)) router.POST("/api/ca/new", apiHandler( func(_ httprouter.Params, _ []byte) (interface{}, error) { - return true, pki.GenerateCA(time.Date(2018, 01, 21, 0, 0, 0, 0, time.UTC), time.Date(2018, 01, 24, 23, 59, 59, 0, time.UTC)) + return true, pki.GenerateCA(time.Date(2019, 01, 19, 0, 0, 0, 0, time.UTC), time.Date(2019, 01, 23, 23, 59, 59, 0, time.UTC)) })) router.GET("/api/teams/:tid/certificates", apiHandler(teamHandler(