Recent Posts
Archives

Posts Tagged ‘keytool’

PostHeaderIcon Display the list of certificates trusted by Java

Case: under Windows, you need the list of the certificates that your local Java installation trusts.
Solution: open a DOS console, and write:
C:\>keytool -list [-v] -keystore "C:\Program Files\j2sdk1.4.2_07\jre\lib\security\cacerts"