diff --git a/cloud-init/add-https-certificate-block-to-cs-profiles.tpl.sh b/cloud-init/add-https-certificate-block-to-cs-profiles.tpl.sh index 56e10afb..8533994f 100644 --- a/cloud-init/add-https-certificate-block-to-cs-profiles.tpl.sh +++ b/cloud-init/add-https-certificate-block-to-cs-profiles.tpl.sh @@ -18,6 +18,9 @@ openssl pkcs12 -export -in "${full_chain_pem}" -inkey "${priv_key_pem}" \ # Create the Java keystore from the P12 file. # +# TODO: issue #121 suggests improving this code by allowing the user +# to specify the location of the Java keystore. +# # This is a Terraform template file, and the c2_profile_location and # domain variables are passed in via the templatefile(). # @@ -38,6 +41,13 @@ https-certificate { } CERT_BLOCK +# Append the https-certificate blocks to the Cobalt Strike C2 +# profiles. +# +# TODO: issue #121 suggests improving this code by allowing the user +# to specify the Cobalt Strike C2 profiles to which an +# https-certificate block should be added. +# # This is a Terraform template file, and the c2_profile_location # variable is passed in via the templatefile(). #