Add missing quotation mark to ssl binding command (#6403)

pull/6399/merge
Joseph Garrone 2018-05-14 22:05:53 +10:00 committed by Luke Latham
parent ddd7928c57
commit 16012c7621
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ netsh http add urlacl url=https://+:443/ user=Users
The following example shows how to assign an SSL certificate:
```console
netsh http add sslcert ipport=0.0.0.0:443 certhash=MyCertHash_Here appid={00000000-0000-0000-0000-000000000000}".
netsh http add sslcert ipport=0.0.0.0:443 certhash=MyCertHash_Here appid="{00000000-0000-0000-0000-000000000000}".
```
Here is the official reference documentation: