Skip to content

Commit

Permalink
extend the validity of the vc certificate
Browse files Browse the repository at this point in the history
Signe-off-by: Rambohang <[email protected]>
  • Loading branch information
Rambohang committed Sep 23, 2024
1 parent 0c70a68 commit aecb8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubenest/constants/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
RsaKeySize = 2048
KeyExtension = ".key"
CertExtension = ".crt"
CertificateValidity = time.Hour * 24 * 365
CertificateValidity = time.Hour * 24 * 365 * 100
CaCertAndKeyName = "ca"
VirtualClusterCertAndKeyName = "virtualCluster"
VirtualClusterSystemNamespace = "virtualCluster-system"
Expand Down

0 comments on commit aecb8ca

Please sign in to comment.