Skip to content

Commit

Permalink
Add comments referencing issue #121 where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed May 28, 2021
1 parent 6bb631b commit b8d94fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cloud-init/add-https-certificate-block-to-cs-profiles.tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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().
#
Expand All @@ -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().
#
Expand Down

0 comments on commit b8d94fa

Please sign in to comment.