Skip to content

Commit

Permalink
Set etcd cert validity to 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Jan 9, 2024
1 parent 9e38f4d commit a35b0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tlshelpers/tlshelpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
etcdCertValidity = 3 * 365 * 24 * time.Hour
etcdCertValidity = 2 * time.Hour

peerOrg = "system:etcd-peers"
serverOrg = "system:etcd-servers"
Expand Down

0 comments on commit a35b0c9

Please sign in to comment.