Add support for non-letsencrypt-based https in docker compose setup (#628)

This commit is contained in:
Chris Weaver
2023-10-25 20:35:47 -07:00
committed by GitHub
parent 9a51745fc9
commit a8b7155b5e
4 changed files with 189 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# DOMAIN is necessary for https setup, EMAIL is optional
DOMAIN=
EMAIL=
# If using the `no-letsencrypt` setup, the below are required.
# They specify the path within /danswer/deployment/data/sslcerts directory
# where the certificate / certificate key can be found. You can either
# name your certificate / certificate key files to follow the convention
# below or adjust these to match your naming conventions.
SSL_CERT_FILE_NAME=ssl.cert
SSL_CERT_KEY_FILE_NAME=ssl.key