Skip to content

Adding support for TLS client certificates

abhi requested to merge she/gitlab-ci-multi-runner:master into master

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