diff --git a/Readme.md b/Readme.md index 3ea3e9c..6ca5f67 100644 --- a/Readme.md +++ b/Readme.md @@ -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" + } + ] } - ```