Skip to content

Commit ff37728

Browse files
Add Backdate Duration to Issuance Policy (#13678) (#967)
[upstream:8d06ecf76055cdbb9203cc764963ca009a28e87d] Signed-off-by: Modular Magician <[email protected]>
1 parent 9c321c0 commit ff37728

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

privateca_capool_all_fields/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ resource "google_privateca_ca_pool" "default" {
2222
max_modulus_size = 10
2323
}
2424
}
25+
backdate_duration = "3600s"
2526
maximum_lifetime = "50000s"
2627
allowed_issuance_modes {
2728
allow_csr_based_issuance = true

0 commit comments

Comments
 (0)