How do I use let’s encrypt with gitlab?

前端 未结 6 2002
南旧
南旧 2021-01-29 23:02

I started to look in to ssl certificates when I stumbled upon let\'s encrypt, and I wanted to use it with gitlab, however being that it is running on a raspberry pi 2 and its ru

6条回答
  •  有刺的猬
    2021-01-29 23:31

    You need to install the generated certificates manually in /etc/gitlab/ssl and set the external url to https in /etc/gitlab/gitlab.rb as described in: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md

    I prefer to use symlinks, so you dont need to copy the certificates. enter link description here

提交回复
热议问题