We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c414f commit ae74418Copy full SHA for ae74418
1 file changed
compose/.env-template
@@ -39,6 +39,9 @@ COLLAB_FQDN=collab.example.com
39
INTEL_FQDN=intel.example.com
40
INTEL_SECRET=super-secret-string
41
42
+# SSL cerfificate files should be placed in the `nginx/ssl` directory.
43
+# Ensure these files are present and correctly named.
44
+# Should be valid SSL certificates for the respective FQDNs.
45
SSL_COLLAB_CERT=ssl-collab.crt
46
SSL_COLLAB_KEY=ssl-collab.key
47
0 commit comments