From 53c77d3a37e4968d3a8703c8cd64060c3f6fcbd8 Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Tue, 20 Feb 2018 14:48:18 -0500 Subject: [PATCH] Update HTTPsC2DoneRight.sh Add support for code signing. --- HTTPsC2DoneRight.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HTTPsC2DoneRight.sh b/HTTPsC2DoneRight.sh index 81f28fe..4001834 100644 --- a/HTTPsC2DoneRight.sh +++ b/HTTPsC2DoneRight.sh @@ -160,6 +160,11 @@ func_build_c2(){ echo set keystore \"$domainStore\"\; >> amazon.profile echo set password \"$password\"\; >> amazon.profile echo '}' >> amazon.profile + echo 'code-signer {' >> amazon.profile + echo set keystore \"$domainStore\"\; >> amazon.profile + echo set password \"$password\"\; >> amazon.profile + echo set alias \"$domain\"\; >> amazon.profile + echo '}' >> amazon.profile echo '[Success] amazon.profile updated with HTTPs settings.' } # Menu Case Statement