Find Certificate

Handian Sudianto 6,726 Reputation points
2024-10-30T04:12:09.99+00:00

Hello,

When i open the URL i got this certificate and wnt to know the exact location of this certificate. Anyone know how?

User's image

Trying use this command using powershell but not get any result.

$organizationName = "https://jkttsmstar:3173" $certificates = Get-ChildItem -Path Cert:\ -Recurse | Where-Object { $_.Subject -like "O=$organizationName" } $certificates | Format-List -Property Thumbprint, Subject, NotAfter, SerialNumber

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

Answer accepted by question author
  1. Anonymous
    2024-10-31T08:01:15.4866667+00:00

    Hello,

    If you are looking for the actual certificate file (.cer, .crt, .pem, .pfx, or similar) on your local computer (for example, if you have previously installed a certificate for some reason), the location will depend on your operating system and the purpose for which the certificate is used.

    Press Win + R to open the Run dialog, type certmgr.msc, and press Enter.

    In the Certificate Manager, expand the desired category (e.g., “Personal,” “Trusted Root Certification Authorities”).

    Click on “Certificates” to list them, and you can then browse by the “Issued By” column, which displays the name of the issuing organization.

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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