fix readme

This commit is contained in:
Tommy Parnell
2017-03-01 07:29:49 -05:00
committed by GitHub
parent 4353bddafe
commit fe71454e65

View File

@@ -54,7 +54,13 @@ You can also add certificates to your json bindings.
"DnsName": "localhost",
"Secure" : false
}
],
"Certificates":[
{
"Name": "MyCert",
"Path": "awesome.pfx",
"Password": "password"
}
]
}
```