Add API_PASSWORD to Lets Encrypt post

This commit is contained in:
Paulus Schoutsen 2015-12-13 12:30:47 -08:00
parent 03721337a8
commit 6fd25a0e5a

View File

@ -91,6 +91,7 @@ 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
```