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(