I would like to install use SSL certificate for server edition on Windows.
But I don’t know how to. Can someone help me on this?
The easiest way is to put IIS in front of Manager to act as SSL offloader. See: Howto: Set up an SSL Offload / Termination Proxy with IIS 7
There is also way to do it without IIS. Manager is using http.sys internally so you can bind SSL certificate to it by using netsh
command. See: Configuring SSL Bindings Directly for Http.sys | SoftArtisans