question

MahendranM-6808 avatar image
0 Votes"
MahendranM-6808 asked VickyWang-MFST commented

read the certificate full properties in windows 10

Hi Team

I need to read the Certificate details from my laptop (WIN 10 ). By using the cerutil.exe having limitation to read all the properties. let us know any other way to read the all the details in each certificate like version, DNS Name ,SAN Name etc

Please help

windows-10-setupwindows-server-security
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks. can i export in CSV format like

version : 3

SAN : abc

Issue DN : abcedfg

0 Votes 0 ·

Hi ,
I am glad to hear that your issue was successfully resolved.
If there is anything else we can do for you, please feel free to post in the forum.
Have a nice day!

0 Votes 0 ·
Crypt32 avatar image
0 Votes"
Crypt32 answered Crypt32 edited

Use -v switch get verbose output:

 certutil -v -store my

or

 certutil -v -user -store my

this will output very detailed information about every certificate.

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for your post.

i tried it but not in proper format. can i export in CSV ?

0 Votes 0 ·

Thanks. can i export in CSV format like

version : 3

SAN : abc

Issue DN : abcedfg

0 Votes 0 ·

There is no customization in certutil. In this case, you may explore PowerShell certificate provider and customize output.

0 Votes 0 ·
DSPatrick avatar image
0 Votes"
DSPatrick answered

Some other options available here
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc732443(v=ws.11)?redirectedfrom=MSDN




--please don't forget to Accept as answer if the reply is helpful--




5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.