Update duckdns.markdown

This commit is contained in:
Pascal Vizeli 2017-10-10 11:32:59 +02:00 committed by Fabian Affolter
parent fde676a77b
commit 2bf79f1ceb
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -37,6 +37,9 @@ Use the following configuration in Home Assistant to use the generated certifica
```yaml
http:
base_url: https://my-domain.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
```
If you use a other port as `8123` or a SSL proxy, change the port number.