List trusted root certs

./bin/keytool -list -keystore jre/lib/security/cacerts -storepass changeit

Add trusted root

./bin/keytool -import -alias myroot -file /tmp/my_root_ca.crt -keystore jre/lib/security/cacerts -storepass changeit
  • No labels