Setting SSL certificate for Web Deploy agent
It is 2020, and I also ran into this problem. The solution that worked for me is this:
- Open IIS Manager
- Click on your server on the left hand side
- Open the Management group
- Open "Management Service"
- If the service is currently running, click stop on the right hand side. This enables the configuration of the Management Service.
- In the "Connections" section, there is a dropdown for SSL Certificate
- Choose the appropriate certificate
- Start "Management Service" once again by clicking on the start button on the right hand side.
In case you did not find the answer yet: You have to go to the servernode. Click Security/Managment Services. There you can select the IP-Adress for Web Deploy and the Certificate you want to use. In order to Change it you have to stop the Service. See: https://technet.microsoft.com/en-us/library/cc770458(v=ws.10).aspx
regards Lothar