0

Please explain how to make use of a private Git repo with a self-signed certificate as resource in Concourse.

(I know about this accepted feature request but I - and others probably as well - prefer the concise answer.)

Bart Weber
  • 1,136
  • 4
  • 15
  • 32

1 Answers1

0

You can use the Git resource (https://github.com/concourse/git-resource)

About the self-signed certificate, use the skip_ssl_verification option in the Source section.