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

Commit d886359

Browse files
authored
Merge pull request #829 from JoshVanL/automated-cherry-pick-of-#828-origin-release-0.6
Automated cherry pick of #828
2 parents 274beb1 + 941c61d commit d886359

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)