Skip to content

Adding support for TLS client certificates

We use client certs to authenticate to our gitlab server. This patch allows ci to work by adding support for TLS client certificates to the gitlab-ci-multi-runner program. I have only tested the register command now.

This patch adds the —tis-client-cert and —tls-client-key flags to the register command to specify their tls client certificates.

Merge request reports