Skip to content

Commit ae74418

Browse files
committed
Add note to env-template file
1 parent 75c414f commit ae74418

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

compose/.env-template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ COLLAB_FQDN=collab.example.com
3939
INTEL_FQDN=intel.example.com
4040
INTEL_SECRET=super-secret-string
4141

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.
4245
SSL_COLLAB_CERT=ssl-collab.crt
4346
SSL_COLLAB_KEY=ssl-collab.key
4447

0 commit comments

Comments
 (0)