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

Fails to Install Security Certificate #28

Open
sandipt27 opened this issue Aug 26, 2021 · 1 comment
Open

Fails to Install Security Certificate #28

sandipt27 opened this issue Aug 26, 2021 · 1 comment

Comments

@sandipt27
Copy link

My org needs Security Certificate to be installed. So placed commands to copy the certificate file in Dockerfile which works great !

However, for installing the same, In Dockerfile I added the line

RUN dpkg-reconfigure ca-certificates

But it doesn't add the Certificate. I even tried with

RUN update-ca-certificates

but it still doesn't add the Certificate.

I confirmed this by going into the docker shell and trying and executing

curl -v https://www.google.com

which failed miserably.

Any specific changes I need to do in my Dockerfile to install the Certificate please ?

@sandipt27
Copy link
Author

I have tons of applications that I need to install which as base on either composer or secured connection e.g. 'Composer', 'nodeJS', 'yarn', 'klogger', 'MongoDB' etc. list is on and on and on.. So this is pretty important for me. Hope you would be able to help me with this critical one.

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