Skip to content

Commit

Permalink
feat: increase certificates default duration Signed-off-by: João Pedr…
Browse files Browse the repository at this point in the history
…o Alcântara <[email protected]>
  • Loading branch information
sule26 committed Oct 30, 2024
1 parent 235aa48 commit 618506c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aws/pca.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"k8s.io/apimachinery/pkg/types"
)

const DEFAULT_DURATION = 30 * 24 * 3600
const DEFAULT_DURATION = 90 * 24 * 3600

var collection = new(sync.Map)

Expand Down

0 comments on commit 618506c

Please sign in to comment.