Hello,

I am trying to install a SSL website on a Windows Server 2008 R2, IIS 7.5 box 
using an existing certificate.
The cert gets installed on the machine but does not get attached to the website 
SSL bindings. Post installation, if I manually attach the cert to the SSL 
bindings of the site, the website works.

NOTE: I am using Wix 3.0 here.

Also, I was looking through the archive mails and I found a mail chain stating 
that cert fixes not ported to WiX v3.
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg04373.html. 
However this is a 2006 mail chain. Would like to know if the issue is still 
open. If yes, then is there a work around because we are planning to WiX for 
production deployment.

Below is my code snippet.

<iis:Certificate Id="MyCertificate" Name="demo.pfx" Request="no"  
StoreLocation="localMachine"        StoreName="personal" Overwrite="yes" 
BinaryKey="MyCertificateIDRoot" PFXPassword="certTest"/>

<iis:WebAppPool Id="AppPool1' Name='AppPool1' Identity='networkService' 
VirtualMemory='156'>
</iis:WebAppPool>

<iis:WebSite AutoStart='yes' ConnectionTimeout='900' Id='AbcServices' 
Description='AbcServices'
               Directory='APPLICATIONROOTDIRECTORY'> <iis:WebAddress 
Id="WebAddr1" Port="80" />
               <iis:WebDirProperties Read='yes' Script='yes' Execute='yes' 
Id='WDprop_WSite' AccessSSL='yes'
                  AccessSSL128='yes'/>
                <iis:CertificateRef Id="MyCertificate"/>
</iis:WebSite>

Any help would be greatly appreciated.

Thanks & Regards,
Amruta
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to