Re: How to tell which SSL Certificate is installed
am 30.11.2007 02:17:29 von Ken Schaefer
You can either do it using a browser (and examine the presented certificate)
Or
Use IIS Manager -> Website properties -> Security tab -> there's an SSL
section -> examine information about installed certificate
OR
Look in the metabase for the SSLCertHash value:
http://www.adopenstatic.com/cs/blogs/ken/archive/2007/05/11/ 5050.aspx
and then you can use that to get the certificate out of the Certificates MMC
snapin
Cheers
Ken
--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
"jobs" wrote in message
news:38f40cab-3019-481a-bb97-fc830042d607@y43g2000hsy.google groups.com...
> Hello.
>
> I have a website thats using SSL. What's the best way to check
> information on the cerificate that's installed? Right now all I see in
> IIS that is that port 443 is set.
>
> Thanks.