Skip to content

Commit 0af00db

Browse files
CCM-11888: Append ca to subject common name
1 parent 30d068d commit 0af00db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/ssl/tls_self_signed_cert_ca_cert.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "tls_self_signed_cert" "ca_cert" {
77
country = var.subject_country
88
province = var.subject_province
99
locality = var.subject_locality
10-
common_name = var.subject_common_name
10+
common_name = "ca-${var.subject_common_name}"
1111
organization = var.subject_organization
1212
organizational_unit = var.subject_organizational_unit
1313
}

0 commit comments

Comments
 (0)