From 96aaba56849d772f428c5619b34ec539009d7746 Mon Sep 17 00:00:00 2001 From: Jonathan Haddock Date: Sun, 9 Aug 2020 09:22:39 +0100 Subject: [PATCH] Update http.markdown to include certificate location (#14199) Added details of where the certificate can be found when using the Let's Encrypt add-on, as this was not immediately clear and took me a reasonable amount of searching. --- source/_integrations/http.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 58f6c46f56a..3554a2d6cef 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -43,7 +43,7 @@ server_port: type: integer default: 8123 ssl_certificate: - description: Path to your TLS/SSL certificate to serve Home Assistant over a secure connection. + description: Path to your TLS/SSL certificate to serve Home Assistant over a secure connection. If using the [Let's Encrypt add-on](https://github.com/home-assistant/hassio-addons/tree/master/letsencrypt) this will be at `/ssl/fullchain.pem`. required: false type: string ssl_peer_certificate: @@ -51,7 +51,7 @@ ssl_peer_certificate: required: false type: string ssl_key: - description: Path to your TLS/SSL key to serve Home Assistant over a secure connection. + description: Path to your TLS/SSL key to serve Home Assistant over a secure connection. If using the [Let's Encrypt add-on](https://github.com/home-assistant/hassio-addons/tree/master/letsencrypt) this will be at `/ssl/privkey.pem`. required: false type: string cors_allowed_origins: