320x100
gitlab runner 설치 할때
status=couldn't execute POST against https://gitlab.test.com/api/v4/runners: Post https://gitlab.test.com/api/v4/runners: x509: certificate signed by unknown authority
위와 같이 에러가 발생 한다면
수동으로 crt 위치를 잡아 주면 된다.
# gitlab-runner register
위 명령어만 쓰지 말고
gitlab-runner register -- tls-ca-file /etc/gitlab-runner/certs/gitlab.test.com.crt
아니면 SSL 미 적용으로 사용하면 된다.
320x100
'Linux' 카테고리의 다른 글
httpd 2.4.6 이상 업그레이드 하기 centos7 (0) | 2021.01.15 |
---|---|
intel raid web console 메일 알람 설정 (0) | 2021.01.15 |
gitlab runner install (0) | 2021.01.13 |
subversion install centos8 (0) | 2021.01.11 |
centos8 nfs nfsd: too many open connections, consider increasing the number of threads (0) | 2020.12.22 |