Certificate expiry

Hi,
Yes you are correct My key is not in registry.

I have modified the relevance to get the details and its working. Let me validate with team it’s getting correct results or not

(values “issuer” of it, values “DNS” of it, values “subject” of it, value “Not Before” of it, value “Not After” of it, values “Usage” of it, values “Friendly Name” of it, values “Serial Number” of it) of keys of keys “HKEY_LOCAL_MACHINE\Software\C3 Inventory\Certificate Store\LocalMachine\CA” of native registry

I think we can also get the results using powershell right ?

Get-ChildItem -Path Cert:\LocalMachine\My\ | Select Thumbprint,FriendlyName,NotAfter, NotBefore