Skip to content
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

Setup scripts could provide test TLS certificate #7

Open
slominskir opened this issue Mar 15, 2023 · 0 comments
Open

Setup scripts could provide test TLS certificate #7

slominskir opened this issue Mar 15, 2023 · 0 comments

Comments

@slominskir
Copy link
Member

Currently we rely on Wildfly to generate a test TLS cert on the fly. This works, but each time you navigate your web browser to the app's https URL at the beginning of a browsing session you're prompted to click through warnings about an untrusted cert. A better approach may be to generate a test cert outside of the Wildfly container in the bash setup script and feed it into the Wildfly container via env or bind mount. If created outside of Wildfly, it would be easier to add to a browsers trusted cert store and could be persisted on the user's filesystem for re-use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant