Skip to content

Commit

Permalink
update to include links
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 6, 2023
1 parent e6bd9cd commit 3456f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/full-cluster-tf-upgrade/common-services/cert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
ca_bundle_filename = format("${path.root}/certs/%v.bundle.crt", local.ca_dns_name)

v2_certificate_csr_message = <<EOM
Now submit file to TCO for signing and return the result as below:
Now submit file to TCO under [Server Certificate](https://dwp.census.gov/dwp/app/#/itemprofile/120) for signing and return the result as below:
dns = ${local.ca_dns_name}
csr = certs/${local.ca_dns_name}.csr
Expand All @@ -36,7 +36,7 @@ Ask for the certificate to be signed with the Linux (v2) PKI CA with the command
EOM

v3_certificate_csr_message = <<EOM
Now submit file to TCO for signing and return the result as below:
Now submit file to TCO under [Server Certificate](https://dwp.census.gov/dwp/app/#/itemprofile/120) for signing and return the result as below:
dns = ${local.ca_dns_name}
csr = certs/${local.ca_dns_name}.csr
Expand Down

0 comments on commit 3456f25

Please sign in to comment.