keytool -list

Description

List the contents of a keystore.

Command
keytool -list
Examples
List keystore contents
keytool -list -keystore keystore.jks
List with verbose output
keytool -list -v -keystore keystore.jks
List specific alias
keytool -list -alias mykey -keystore keystore.jks
Parameters
Parameter Type Required Description
-keystore string No Keystore location
-storepass string No Keystore password
-v string No Verbose output
-rfc string No Output in RFC style
Command Info
Category: Keystore Management
Type: Java-Keytool
Views: 12
Status: Active
Tags
list keystore contents