Update example

This commit is contained in:
Fabian Affolter 2016-06-21 09:01:31 +02:00
parent f057ec3ceb
commit 52aa872d30

View File

@ -94,8 +94,8 @@ The final step is to point Home Assistant at the generated certificates. Before
```yaml
http:
api_password: YOUR_SECRET_PASSWORD
ssl_certificate: /etc/letsencrypt/live/hass.example.com/fullchain.pem
ssl_key: /etc/letsencrypt/live/hass.example.com/privkey.pem
ssl_certificate: /etc/letsencrypt/live/hass-example.duckdns.org/fullchain.pem
ssl_key: /etc/letsencrypt/live/hass-example.duckdns.org/privkey.pem
```
You can now navigate to https://hass-example.duckdns.org and enjoy encryption!