From f87abd23c9cb9c1b22493d952e97b0ab005ac8c9 Mon Sep 17 00:00:00 2001 From: julien Date: Tue, 14 Jan 2025 19:56:54 +0100 Subject: [PATCH] SSL_TYPE=letsencrypt --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 303cd65..979998a 100644 --- a/.env +++ b/.env @@ -238,7 +238,7 @@ SMTP_ONLY= # custom => Enables custom certificates # manual => Let's you manually specify locations of your SSL certificates for non-standard cases # self-signed => Enables self-signed certificates -SSL_TYPE= +SSL_TYPE=letsencrypt # These are only supported with `SSL_TYPE=manual`. # Provide the path to your cert and key files that you've mounted access to within the container.