Añadir certificados a cacerts

La documentacion completa la podemos encontrar en http://www.j2ee.me/j2se/1.4.2/docs/tooldocs/windows/keytool.html

pero de forma rápida, para añadir un certificado basta con ejecutar el siguiente comando


keytool -import -alias joe -file jcertfile.cer

y si queremos especificar un keystore en particualr

keytool -import -keystore cacerts -alias joe -file jcertfile.cer

saludos

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>