Update example
This commit is contained in:
parent
f057ec3ceb
commit
52aa872d30
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ The final step is to point Home Assistant at the generated certificates. Before
|
||||||
```yaml
|
```yaml
|
||||||
http:
|
http:
|
||||||
api_password: YOUR_SECRET_PASSWORD
|
api_password: YOUR_SECRET_PASSWORD
|
||||||
ssl_certificate: /etc/letsencrypt/live/hass.example.com/fullchain.pem
|
ssl_certificate: /etc/letsencrypt/live/hass-example.duckdns.org/fullchain.pem
|
||||||
ssl_key: /etc/letsencrypt/live/hass.example.com/privkey.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!
|
You can now navigate to https://hass-example.duckdns.org and enjoy encryption!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue