diff --git a/pkg/helpers/pki.go b/pkg/helpers/pki.go index 5e1722c53f..0cdc3aa244 100644 --- a/pkg/helpers/pki.go +++ b/pkg/helpers/pki.go @@ -23,7 +23,7 @@ import ( const ( // ValidityDuration specifies the duration an TLS certificate is valid - ValidityDuration = time.Hour * 24 * 365 * 2 + ValidityDuration = time.Hour * 24 * 365 * 30 // PkiKeySize is the size in bytes of the PKI key PkiKeySize = 4096 )