Users Guide

Installing Managed System Software on Microsoft Windows Operating Systems 79
8
Click
Close
.
9
Click
OK
.
10
In the
Console
screen, expand
Certificates (Local Computer)
in the left
navigation pane.
11
Expand
Personal
.
12
Select
Certificates
.
13
In the right-hand pane, double-click the required certificate.
The
Certificate
screen displays.
14
Click
Details
tab.
15
Select
Thumbprint
.
Copy the thumbprint to the clipboard. You can use this parameter while
creating the HTTPS listener.
16
Click
OK
.
Creating the WinRM HTTPS Listener
To enable the HTTPS listener on WinRM, type the following command:
winrm create winrm/config/Listener?Address=
*+Transport=HTTPS @{Hostname=
"<host_name>";CertificateThumbprint=
"6e132c546767bf16a8acf4fe0e713d5b2da43013"}
NOTE: Ensure that the values of the Hostname and
CertificateThumbprint are correct.
If Internet Information Service (IIS) is already installed on your system, then
the value of CertificateThumbprint must be an empty string. For
example:
winrm create winrm/config/Listener?Address=
*+Transport=HTTPS @{Hostname=
"<host_name>";CertificateThumbprint=""}
The HTTP listener is enabled by default and listens at port 80.