Skip to content

Commit

Permalink
revert to ca cert for issuer cert
Browse files Browse the repository at this point in the history
  • Loading branch information
huehnerhose committed Jul 26, 2022
1 parent ba0bac4 commit b41d248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor-cert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resource "tls_locally_signed_cert" "issuer_cert" {
ca_private_key_pem = var.external_trustanchor ? var.trustanchor_key.private_key_pem : tls_private_key.trustanchor_key[0].private_key_pem
ca_cert_pem = var.external_trustanchor ? var.trustanchor_cert.cert_pem : tls_self_signed_cert.trustanchor_cert[0].cert_pem
validity_period_hours = 8760
is_ca_certificate = false
is_ca_certificate = true

allowed_uses = [
"crl_signing",
Expand Down

0 comments on commit b41d248

Please sign in to comment.