-
-
Notifications
You must be signed in to change notification settings - Fork 667
Add ssl CA to dockers #259
Copy link
Copy link
Closed
Labels
Description
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
Reactions are currently unavailable