Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
titleList SSL certificatescurrent bindings
themeMidnight
languagepowershell
 
netsh http show sslcert
 

...