Update hass.io docs

This commit is contained in:
Paulus Schoutsen 2017-05-13 21:56:56 -07:00
parent 8f36696795
commit dcbf615241
2 changed files with 14 additions and 0 deletions

View file

@ -22,3 +22,13 @@ Configuration variables:
- **email** (*Required*): Your email address for registration on Let's Encrypt.
- **domains** (*Required*): A list of domains to create/renew the certificate.
## {% linkable_title Home Assistant configuration %}
Use the following configuration in Home Assistant to use the generated certificate:
```yaml
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
```