nmz.me

This is my public notebook.


Project maintained by nicomz Hosted on GitHub Pages — Theme by mattgraham

Keytool

Import CA certificate in TrustStore (Keystore with Trusted Authorities):

keytool -import -trustcacerts -alias myacalias -file ./myac.pem -keystore ./mytruststore.jks

This will add the PEM certificate contained in myac.pem into the keystore mytruststore.jks, and will be identified with mycaalias