alpine-caddy icon indicating copy to clipboard operation
alpine-caddy copied to clipboard

How to hook into the cert store of alpine-caddy

Open fahrradflucht opened this issue 8 years ago • 1 comments

I want to use alpine-caddy to proxy to an external site with a self-signed cert that I can't change.

Previously I ran Caddy outside of a container and just added the cert to the hosts certstore. Now I think I have to add it somehow to the containers cert store. I could run with insecure_skip_verify but that would obviously be insecure.

fahrradflucht avatar Sep 03 '16 14:09 fahrradflucht

Is the external site owned by you/run on a Caddy instance?

You could mount the volume where certs are stored into Caddy, although I'm not sure I entirely grasp what's going on here, so if you could give me some more information we can figure this out

kilpatty avatar Jan 25 '17 23:01 kilpatty