geofffranks / spruce

A BOSH template merge tool
MIT License
426 stars 77 forks source link

Add trusted ca-certs #334

Closed docwhat closed 4 years ago

docwhat commented 4 years ago

When using https, spruce needs a list of trusted CA certificates.

This provides the trusted certs from the latest alpine image.

Hopefully, this will cause less people to disable SSL verification (a bad practice).

I also had to force docker image to build with Go 1.13

It wasn't building with the latest version of the golang:alpine docker image.