Our SharePoint web application use SSL/https. We would like to specify the name of the SSL cert to bind to a given web application. We are actually using one cert with several SubjectAlternativeName.
See suggested key called SSLCertificateName
See suggested key called SSLCertificateName
<WebApplication type="Other" name="Foo" applicationPool="Foo AppPool" url="https://www.foo.com" port="443" UseHostHeader="true" AddURLToLocalIntranetZone="true" GrantCurrentUserFullControl="true" useClaims="true" useBasicAuthentication="false" useOnlineWebPartCatalog="false" SSLCertificateName="www.foo.com">