-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docker] Parameterize Docker image for SSL + HTTPS #469
Comments
Is it possible to use let's encrypt for this |
I guess so, should we offer the option in entry point or somehow . @stdevNorge can tell better. |
Task |
@iketheadore Do you have any comment on this issue |
I think SSL/HTTPS is handled at a different layer than inside the docker container, and is out of scope for this project |
sometimes it's handled by the load balance software ... but the fact is that the Docker image is derived from |
when a single web wallet node is launched there is no load balance proxy , and SSL certificate has to be configured directly through the |
Adding SSL+HTTPS requires editing
nginx.conf
. Provide a way to do the same by providing a parameter to the image at run time.The text was updated successfully, but these errors were encountered: