Add HTTP configuration instructions to DuckDNS documentation (#1667)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
cogneato
2020-11-06 12:56:23 -07:00
committed by GitHub
parent 23f1028f9f
commit b5f3e65d3f

View File

@@ -33,6 +33,14 @@ aliases: []
seconds: 300 seconds: 300
``` ```
Additionally, you'll need to configure the Home Assistant Core to pick up the SSL certificates. This is done by setting the following configuration for the [HTTP][HTTP] integration configuration in your `configuration.yaml`:
```yaml
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
```
### Option group `lets_encrypt` ### Option group `lets_encrypt`
The following options are for the option group: `lets_encrypt`. These settings The following options are for the option group: `lets_encrypt`. These settings
@@ -131,3 +139,4 @@ In case you've found a bug, please [open an issue on our GitHub][issue].
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[duckdns]: https://duckdns.org [duckdns]: https://duckdns.org
[duckdns-faq]: https://www.duckdns.org/faqs.jsp [duckdns-faq]: https://www.duckdns.org/faqs.jsp
[HTTP]: https://www.home-assistant.io/integrations/http/