We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35e8005 + 4361a53 commit 12cf18cCopy full SHA for 12cf18c
privateca/certificate_authority_subordinate/main.tf
@@ -73,8 +73,11 @@ resource "google_privateca_certificate_authority" "sub_ca" {
73
x509_config {
74
ca_options {
75
is_ca = true
76
- # Force the sub CA to only issue leaf certs
77
- max_issuer_path_length = 0
+ # Force the sub CA to only issue leaf certs.
+ # Use e.g.
78
+ # max_issuer_path_length = 1
79
+ # if you need to chain more subordinates.
80
+ zero_max_issuer_path_length = true
81
}
82
key_usage {
83
base_key_usage {
0 commit comments