keytool -list -v -keystore command can be used for it.
eg: Go to the repository/resources/security of a wso2 product and type
keytool -list -v -keystore client-truststore.jks
If you want to check a particular certificate is installed you can 'grep' it.
keytool -list -v -keystore client-truststore.jks | grep github
eg: Go to the repository/resources/security of a wso2 product and type
keytool -list -v -keystore client-truststore.jks
If you want to check a particular certificate is installed you can 'grep' it.
keytool -list -v -keystore client-truststore.jks | grep github
No comments:
Post a Comment