Zachariah Frank
Results
1
comments of
Zachariah Frank
I was able to get this to work, but I did make a few changes. I added the below to the `.env`: ``` SECRET_DIR=../secrets SSL_CERT_FILE=cert.pem SSL_KEY_FILE=cert-key.pem ... SSL_PORT=443 ``` I...