You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to make the mongo container work with SSL. So far all I have read a log of notes on github but no clear explanation on what is supported and how to use it,
It seems like a lot of people has invested time on working on this, so I'd suggest to improve documentation.
I'd document it if anybody provides some info,
The text was updated successfully, but these errors were encountered:
It should be what's described by https://docs.mongodb.com/manual/tutorial/configure-ssl/ -- you shouldn't have to do anything "container specific" besides somehow providing those certificate files to the container (as one might expect) and appropriatelly telling mongod how to find them (either via commandline flags or via a configuration file).
I've been trying to make the mongo container work with SSL. So far all I have read a log of notes on github but no clear explanation on what is supported and how to use it,
It seems like a lot of people has invested time on working on this, so I'd suggest to improve documentation.
I'd document it if anybody provides some info,
The text was updated successfully, but these errors were encountered: