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.)
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.)
Copyright © 2021 Jogjafile Inc.
You can use the Git resource (https://github.com/concourse/git-resource)
About the self-signed certificate, use the
skip_ssl_verification
option in theSource
section.