...
The next step creates a binding between endpoint that Echo will be listening on and the SSL certificate you want to use with Echo, and the endpoint that Echo will be listening on.
An endpoint consists is a combination of an IP address and a port number.
To see which endpoints are currently bound to which certificates, issue the following command:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
netsh http show sslcert |
...