I have just setup an Ubuntu 18.04 LTS Server with gitlab following the instructions from
I have issued a ssl certificate from GoDaddy and confirmed this works with the gitlab server
I have then updated gitlab.rb:
gitlab_rails[‘lfs_enabled’] = true
I have installed GIT LFS Client from
I have then tried to find solution online on why I do not get LFS to work. I always get
x509: certificate signed by unknown authority
Other settings done in gitlab.rb:
gitlab_workhorse[‘env’] = {
‘SSL_CERT_DIR’ => ‘/opt/gitlab/embedded/ssl/certs/’
}
nginx[‘redirect_http_to_https’] = true
I am not an expert on Linux/Unix/git - but have used Unix/Linux for some 30+ years and git for a number of years - not just setup git with LFS myself before.