Massimo Caliman
by Massimo Caliman
~1 min read

Categories

  • Java

To extract a certificate that we already know is on our keyring

keytool -export -alias mycompanyalias -file mycompany.crt

to sign our jar with the above certificate

jarsigner mycompany.jar mycompanyalias