Using HTTPS self-signed certificate with GitLab

GitLabHTTPS

You would change this in nginx site.

If it’s a self-signed cert be sure to set self_signed_cert: true

 

http_settings:

#  user: someone

#  password: somepass

#  ca_file: /etc/ssl/cert.pem

#  ca_path: /etc/pki/tls/certs

  self_signed_cert: true

Leave a Reply