views:

601

answers:

3

Does anyone know of any good tools to view the store name, store location, or values of an X.509 Certificate?

+3  A: 

Hi, i'm supposing that you are using Windows. So here it is http://msdn.microsoft.com/en-us/library/aa529278.aspx. It's a good tool, but to do it thru API is not hard and it's a good exercise to learn the API.

Regards,

Victor

VP
Thx VP. That's exactly what I was looking for. I can't believe I had not stumbled upon it in all my searches.
Adron
+3  A: 

Portecle is cross-platform (written in Java), requires no installation and can not only read certificates and keystores but also create, modify, import/export etc.

Romulo A. Ceccon
Hey Romulo. I'll definitely check this tool out also. I'm doing a bit of development with Java that will connect to these WCF Web Services - so it wouldn't hurt to have something that can be run on other system. Thx!
Adron
+1  A: 

Also, don't forget there's a substantial number of tasks and information you can view/manage directly from windows using the Certificates MMC console.

For whatever reason, it's never in any menu by default, but you can just launch MMC.exe and then add the Certificate's snap-in. It's very useful for managing certificates deployed to your account's certificate store or to the machine certificate store (if you've got admin permissions).

tomasr