Version 1 (modified by terryk, 7 years ago) (diff) |
---|
Generating Certs From Truststore
List entrys in truststore:
$ keytool -v -list -keystore truststore.ts -storepass password
Select the alias that can be exported to the Internet RFC 1421 standard. The option '-exportcert' reads (from the truststore) the certificate associated with alias, and stores it in the file outFile.
keytool -exportcert -alias alias -file outFile -keystore truststore.ts -rfc -storepass password