Skip to content

Instantly share code, notes, and snippets.

View knawrocke's full-sized avatar

Kelly Nawrocke knawrocke

  • Datameer, Inc.
  • SLC
View GitHub Profile

Keybase proof

I hereby claim:

  • I am knawrocke on github.
  • I am knawrocke (https://keybase.io/knawrocke) on keybase.
  • I have a public key ASAuPlcsz6xYAHRXsao4LBRCzjZC0qdwXWhTbyGPZ83-eQo

To claim this, I am signing this object:

Java and OpenSSL Command Line Examples for Managing Keys and Key Stores
Keytool
1. To add a signer certificate to the trust store in jks format
keytool -import -v -trustcacerts -alias Signer -file SignerCert.pem -keystore TrustStore.jks
2. To list the content of a keystore (Use -storetype PKCS12 to ist the contents of a p12 keystore):
keytool -list -v -keystore truststore_xuudb.jks