= Generating Certs From Truststore = List entrys in truststore: {{{ #!sh $ 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. {{{ #!sh keytool -exportcert -alias entryAlias -file outFile -keystore truststore.ts -rfc -storepass password }}} For averiguate the hash of the cert {{{ #!sh $ openssl x509 -subject_hash_old -noout -in cert }}}