Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Commit 65ee84a

Browse files
committed
Revert "tls_self_signed_cert allowed_uses includes digital_signature to support service account authentication"
This reverts commit 10c6856.
1 parent 92c3564 commit 65ee84a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tls/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ resource "tls_self_signed_cert" "root-ca" {
1919
allowed_uses = [
2020
"key_encipherment",
2121
"cert_signing",
22-
"digital_signature",
2322
"server_auth",
2423
"client_auth",
2524
]

0 commit comments

Comments
 (0)