Per estrarre un certificato che già sappiamo essere nel nostro portachiavi
keytool -export -alias mycompanyalias -file mycompany.crt
per firmare un nostro jar
con il certificato sopra
jarsigner mycompany.jar mycompanyalias
Per estrarre un certificato che già sappiamo essere nel nostro portachiavi
keytool -export -alias mycompanyalias -file mycompany.crt
per firmare un nostro jar
con il certificato sopra
jarsigner mycompany.jar mycompanyalias