Skip to content

Provide cacert.pem with SSL_CERT_FILE to gitlab-pages

Alessio Caiazza requested to merge ac/ssl-cacert-gitlab-pages into master

When running in chroot gitlab-pages lacks a proper CACert file to verify outgoing TLS connections to the artifacts server.

With gitlab-pages!51 (merged) a CACert file can be specified with the environment variable SSL_CERT_FILE and then included in the chroot jail.

Merge request reports