-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for generating self-signed TLS certificates #6
Labels
Comments
Implemented this together with dual-stack HTTP support. The following config options where added:
Changed config settings:
API changes:
|
roblillack
added a commit
that referenced
this issue
Mar 2, 2017
TheHippo
added a commit
to TheHippo/mars
that referenced
this issue
Mar 1, 2018
This reverts commit b5faa66.
TheHippo
added a commit
to TheHippo/mars
that referenced
this issue
Mar 1, 2018
…signed certs). roblillack#6" This reverts commit 1271cba.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This makes sense in a production environment where the connection between the backend (Mars) and the frontend (ie. AWS Application Load Balancer) server shall be encrypted and it does not make sense to manually update certificates all the time.
The text was updated successfully, but these errors were encountered: