gitlab-runner and SSL certificates
Hello, I've installed gitlab via the omnibus package on Digital Ocean. Recently I've purchased SSL certificate an installed it successfully for GitLab. But now all my runners aren't working. When I try to re-register them I get the following error:
x509: certificate signed by unknown authority
I've done quick search that pointed me to copy the certificate to /etc/gitlab-runner/certs/ca.crt
. I've done this and re-configured gitlab via gitlab-cli reconfigure
but still I get the same error.
Any tips&tricks how to get this working?
Thanks!