...
- Start the Microsoft Management Console (MMC) by typing
from the command prompt windowKeywordmacro Label mmc.exe - In the application that starts, go to File -> Add/Remove Snap-In...
- Select the Certificates snap-in in the left-hand panel
- Click
to move it into the right-hand panel. Select Computer account when prompted, thenButtonmacro Label Add >
, thenButtonmacro Label Finish
again after selecting Local computerButtonmacro Label Finish - Close the Add or Remove Snap-ins window by pressing
Buttonmacro Label OK - In the Console Root panel, select Certificates (Local Computer), then choose the Personal folder
- Locate your certificate and double-click on it to view its contents
- In the Details tab, scroll down and select the Thumbprint property (usually at the bottom)
- In the preview window, copy the full thumbprint and paste it into a text editor
- Use search and replace to remove the spaces. Keep this compacted thumbprint for the next steps
Binding to an endpoint
Having found the thumbprint for the certificate you want to use, you must now create a binding between that certificate and the endpoint that Echo will be listening on.
Info | ||||
---|---|---|---|---|
An endpoint is a combination of an IP address and a port number. In this example, the endpoint is |
Having found the thumbprint for the certificate you want to use, you must now create a binding between that certificate and the endpoint that Echo will be listening on.
To see which endpoints are currently bound to which certificates, issue the following command:
...