Skip to content

Fails to Install Security Certificate #28

Open
@sandipt27

Description

@sandipt27

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions