From 7eaa61f913d60cf078165cc0fee7b15e515e0b19 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 23 Jan 2023 16:32:05 -0500 Subject: [PATCH] Recommend NGINX (#25905) --- source/_integrations/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index e7b9b78fdb1..2f93c232f61 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -42,7 +42,7 @@ server_port: type: integer default: 8123 ssl_certificate: - 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`. + 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`. We recommend to use the [NGINX add-on](https://github.com/home-assistant/addons/tree/master/nginx_proxy) instead of using this option. required: false type: string ssl_peer_certificate: