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

Commit

Permalink
Merge pull request #829 from JoshVanL/automated-cherry-pick-of-#828-o…
Browse files Browse the repository at this point in the history
…rigin-release-0.6

Automated cherry pick of #828
  • Loading branch information
jetstack-bot authored Aug 6, 2019
2 parents 274beb1 + 941c61d commit d886359
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/amazon/modules/vault/tls.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ resource "tls_locally_signed_cert" "vault" {
# 1 year
validity_period_hours = 8766

# mark the certificate for renewal 30 days before expiry
early_renewal_hours = 720

allowed_uses = [
"key_encipherment",
"digital_signature",
Expand Down

0 comments on commit d886359

Please sign in to comment.