Add missing quotation mark to ssl binding command (#6403)
parent
ddd7928c57
commit
16012c7621
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue