How to securely store secrets in Docker container?
The application I’m working on has more than a dozen of secrets, SSL certificates and API keys. Currently I have a file that’s added into .gitignore and it contains all my secrets. How to securely store all these secrets? How enterprise ap…