From ae7441850f94381e9e07b94020fe843a18de0b54 Mon Sep 17 00:00:00 2001 From: Ignacio Moreno Date: Thu, 12 Jun 2025 13:40:30 -0600 Subject: [PATCH 1/2] Add note to env-template file --- compose/.env-template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose/.env-template b/compose/.env-template index c88f162..4d2c1e7 100644 --- a/compose/.env-template +++ b/compose/.env-template @@ -39,6 +39,9 @@ COLLAB_FQDN=collab.example.com INTEL_FQDN=intel.example.com INTEL_SECRET=super-secret-string +# SSL cerfificate files should be placed in the `nginx/ssl` directory. +# Ensure these files are present and correctly named. +# Should be valid SSL certificates for the respective FQDNs. SSL_COLLAB_CERT=ssl-collab.crt SSL_COLLAB_KEY=ssl-collab.key From a518e9324de8bfc507e682cc410794663cc8625c Mon Sep 17 00:00:00 2001 From: Ignacio Moreno Date: Tue, 17 Jun 2025 09:05:32 -0600 Subject: [PATCH 2/2] Update .env-template --- compose/.env-template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compose/.env-template b/compose/.env-template index 4d2c1e7..0899e06 100644 --- a/compose/.env-template +++ b/compose/.env-template @@ -40,12 +40,10 @@ INTEL_FQDN=intel.example.com INTEL_SECRET=super-secret-string # SSL cerfificate files should be placed in the `nginx/ssl` directory. -# Ensure these files are present and correctly named. -# Should be valid SSL certificates for the respective FQDNs. SSL_COLLAB_CERT=ssl-collab.crt SSL_COLLAB_KEY=ssl-collab.key SSL_INTEL_CERT=ssl-intel.crt SSL_INTEL_KEY=ssl-intel.key -DHPARAM_PEM=dhparam.pem \ No newline at end of file +DHPARAM_PEM=dhparam.pem