-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Using already existing ssl certificates #284
Comments
I found a sollution by commenting the SSL_CERTIFICATE_GENERATION option and linking my current ssl certicates by adding them as volumes: |
Hello, Putting the certificates here works:
|
Which is the proper location? I don't see it mentioned in the documentation. Commenting out (or just not including) I suppose I should set Lines 162 to 165 in cd7692a
I don't know about putting the certs in I think perhaps the right place is:
with SSL_CERTIFICATE_GENERATION set to 'False'. Update: |
I'm wondering how I should configure my already existing ssl certificates in docker-compose.yml? It says to use the argument "CUSTOM_CA_CERTIFICATES" but with what parameters should I use that?
The text was updated successfully, but these errors were encountered: