Install LetsEncrypt SSL on Gitlab
To enable LetsEncrypt free SSL on Gitlab, edit file vi /etc/gitlab/gitlab.rb Modify following configrations letsencrypt[‘enable’] = true external_url “https://gitlab.example.com” letsencrypt[‘contact_emails’] = [‘foo@email.com’]…