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

Add support to register additional CA cert to cacerts #90

Open
robertoschwald opened this issue Dec 2, 2020 · 0 comments
Open

Add support to register additional CA cert to cacerts #90

robertoschwald opened this issue Dec 2, 2020 · 0 comments

Comments

@robertoschwald
Copy link

robertoschwald commented Dec 2, 2020

If using a ca cert which is not known to the JDK, you get error gadget.common.error.500
So if using e.g. a LetsEncrypt SSL cert on your frontend proxy server, the "DST Root CA X3" is not known which causes mentioned error message.

It would be super cool if the Image itself would be able to register an additional CA cert by providing e.g.

ADDITIONAL_CA_CERT="myaddtionalCaCert.pem"

The entrypoint then should be able to automatically register the cert before firing up Jira like so:
#14 (comment)

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