In some environments the certificate used for IIS is stored in the WebHosting store, rather than the default computer store. Curerntly DRA install only sees a certificate in the Default Personal store of the computer. The workaround is to copy the WebHosting certificate to the Personal store, install DRA , run the netsh command to remove the binding to the copy of the certificate in the personal store, run the netsh command to bind to the copy of the certificate in the WebHosting store, then delete the copy of the certificate from the Personal store.

Comments