iis - configuring HTTPS enabled WCF with SSL that has a CN of *.domain.com -
i'm trying configure ssl enabled wcf web service thats deployed in iis 6.
the cn of ssl *.domain.com , setting in web.config throws exception cannot locate cn of this.
<servercertificate findvalue="cn = *.domain.com"/>
any idea how fix this?
Comments
Post a Comment