Skip to content

Add ssl CA to dockers #259

@science695

Description

@science695

I am getting self-signed troubles with curl calls inside devilbox (in the httpd container).

When you generate the ca cert, can you run an equivalent to this in the php container?

(This example is for a dockerfile, but that wouldn't work with devilbox. Could the docker entrypoint do something equivalent?)

ADD /ca/devilbox-ca.crt /usr/local/share/ca-certificates/devilbox-ca.crt
RUN update-ca-certificates

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions