- Retrieve alias from signing certificate
keytool -list -v -storetype pkcs12 -keystore CodeSigning.p12
- Sign each jar
jarsigner.exe -storetype pkcs12 -keystore CodeSigning.p12 -tsa http://timestamp.comodoca.com/authenticode jar-file signing-cert-alias
- Upload all files to S3 bucket specified in jnlp