1 | keytool -list view the fingerprints of certificates in the keystore. |
2 | keytool -list -v view the personal information about the issuer and owner of the certificate. |
3 | keytool -identitydb - Import information from a JDK 1.1.x-style identity database. |
4 | keytool -keypasswd - Assign a password to a private key in a key/certificate entry. |
5 | keytool -printcert - Print out the information in a specified file containing a certificate. |
6 | keytool -certreq -alias keyname -file requestfile :Generate a certificate request. |