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 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,903 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,721 questions
{count} votes

Accepted answer
  1. Vadims Podāns 8,866 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. Dave Patrick 426.1K Reputation points MVP
    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