Skip to content

Add support for ADDITIONAL_CA_CERT_BUNDLE

Jaime Martinez requested to merge 93-support-additiona-ca-cert-bundle into master

Adds support for custom certificate authority (CA) certificates via ADDITIONAL_CA_CERT_BUNDLE environment variable or --additional-ca-cert-bundle flag.

It also adds --insecure-https flag to configure the http.Transport to InsecureSkipVerify so the client can skip verifying the server certificates.

Thanks to @kfairlamb for their original contribution in !74 (closed)

Related to #93 (closed) and #47 (closed)

Edited by Jaime Martinez

Merge request reports