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
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