Skip to content

Commit

Permalink
using p12 files fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinidhi-live committed Jul 8, 2021
1 parent faf3c02 commit 8cfa73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ do

#osslsigncode sign -pkcs12 <pfx-file> -pass <pfx-password> -n "Your Application" -i http://www.yourwebsite.com/ -in yourapp.exe -out yourapp-signed.exe

/osslsigncode/osslsigncode-1.7.1/osslsigncode sign --pkcs12 /certs/bundle.crt -pass $WINDOWS_PASS -h sha256 -n ${NAME} -i ${DOMAIN} -t "http://timestamp.verisign.com/scripts/timstamp.dll" -in ${array[$i]} -out /signedbinary
/osslsigncode/osslsigncode-1.7.1/osslsigncode sign -pkcs12 /certs/bundle.crt -pass $WINDOWS_PASS -h sha256 -n ${NAME} -i ${DOMAIN} -t "http://timestamp.verisign.com/scripts/timstamp.dll" -in ${array[$i]} -out /signedbinary

echo "--> overwriting existing binary with signed binary"
cp /signedbinary ${array[$i]}
Expand Down

0 comments on commit 8cfa73a

Please sign in to comment.