How to use custom SSL cert and key #2892
-
I've enabled https, and it works with the self signed cert. If I copy or expose my my cert/key to the docker container, where can I specify what cert/key to use? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
After digging around in the docker image, I found that it just generates the files in the store dir (cert.pm and key.pm). I just softlinked them to my certificate, and it's working correctly now. I'm set, thanks! |
Beta Was this translation helpful? Give feedback.
-
You can also reference to those files using env vars check |
Beta Was this translation helpful? Give feedback.
You can also reference to those files using env vars check
SSL_KEY
andSSL_CERTIFICATE