I’m needing to know what certificate is currently being used for an application.
I’ve tried using procmon but could not find a certificate store location.
Powershell also doesn’t have any native cmdlets that show me the information.
I would assume at some point the executable would have to encrypt the traffic and would have to open the cert or read the cert - is there a way to easily query this?
Windows Env Https traffic
Sorry if this is a silly question :)