...
|  Code Block | 
|---|
| title | Removing an existing binding | 
|---|
 | theme | RDark | 
|---|
 | language | none | 
|---|
 
  | 
 
netsh http delete sslcert ipport=192.168.0.179:8443
   | 
Once you are sure your endpoint is no longer bound to a certificate, add a new binding:
|  Code Block | 
|---|
| title | Adding a new binding | 
|---|
 | theme | RDark | 
|---|
 | language | none | 
|---|
 
  | 
 
netsh http add sslcert ipport=192.168.0.179:8443 certhash=0011223344556677889900112233445566778899 appid={ecc39c98-e826-4009-9401-2a5c6e7babbc}
  | 
The 
 parameter is the endpoint you want to bind.
The 
 is the thumbprint (certificate hash) of the SSL certificate you want to use
The 
 parameter is application-specific and should be set to a value of  |  Keywordmacro | 
|---|
| Label | {ecc39c98-e826-4009-9401-2a5c6e7babbc} | 
|---|
 
  | 
 when used for the Echo application....