Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Guidelines

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