Skip to content
⌘ NSIS Forum Archive

Check SSL are installed

4 posts

zjyotiz#

Check SSL are installed

How can I check if SSL certificate named "MyCertificate" is installed or not.
Thanks
Afrow UK#
In the registry, under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\CA and/or HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SystemCertificates\ROOT\Certificates.

Stu
zjyotiz#
How I will find that if SSL certificate named "MyCertificate" is present.

Is there any relation ship between registry values and certificate.


Thanks