read the certificate full properties in windows 10

Mahendran M 21 Reputation points
2020-07-17T15:40:43.873+00:00

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 for business | Windows Server | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

Accepted answer
  1. Vadims Podāns 9,186 Reputation points MVP
    2020-07-17T16:23:08.583+00:00

    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.


1 additional answer

Sort by: Most helpful
  1. Anonymous
    2020-07-17T16:16:20.523+00:00

    Some other options available here
    https://learn.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--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.