From 6fd25a0e5a68ea4c5e439b84c99e366a3b97c1ee Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 13 Dec 2015 12:30:47 -0800 Subject: [PATCH] Add API_PASSWORD to Lets Encrypt post --- .../2015-12-13-setup-encryption-using-lets-encrypt.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_posts/2015-12-13-setup-encryption-using-lets-encrypt.markdown b/source/_posts/2015-12-13-setup-encryption-using-lets-encrypt.markdown index 8b3384ba56c..7610650b687 100644 --- a/source/_posts/2015-12-13-setup-encryption-using-lets-encrypt.markdown +++ b/source/_posts/2015-12-13-setup-encryption-using-lets-encrypt.markdown @@ -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 ```