Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 941c61d

Browse files
committed
Mark the vault certificates to be renewed 30 days before expiry
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
1 parent 274beb1 commit 941c61d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • terraform/amazon/modules/vault

terraform/amazon/modules/vault/tls.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ resource "tls_locally_signed_cert" "vault" {
6565
# 1 year
6666
validity_period_hours = 8766
6767

68+
# mark the certificate for renewal 30 days before expiry
69+
early_renewal_hours = 720
70+
6871
allowed_uses = [
6972
"key_encipherment",
7073
"digital_signature",

0 commit comments

Comments
 (0)