August 24, 2016

How To List Certificates on Smart Card with KeyTool on Windows with SunMSCAPI

You can list your private certifacates on Windows with SunMSCAPI.

keytool.exe -list -keystore NONE -storetype Windows-MY -providerClass sun.security.mscapi.SunMSCAPI -v

And to list trusted CA certs.

keytool.exe -list -keystore NONE -storetype Windows-ROOT -providerClass sun.security.mscapi.SunMSCAPI -v

No comments: