How do I use let’s encrypt with gitlab?

前端 未结 6 2133
南旧
南旧 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:43

    In case it's helpful to anybody else, I wrote up the process I used here: http://kelan.io/2016/using-lets-encrypt-to-add-ssl-to-gitlab/

    I had set up GitLab previous (via install from source), and was just trying to add SSL, using Let's Encrypt.

    The key points are:

    • Use the standalone mode of letsencrypt
    • Make a copy of the certs readable by gitlab-shell

提交回复
热议问题