We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e4c46a + 316aad8 commit 119e806Copy full SHA for 119e806
web-server/nginx/gitlab-ssl
@@ -10,7 +10,9 @@
10
# sudo openssl req -new -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
11
# sudo chmod o-r gitlab.key
12
# Also you need to edit gitlab-shell config.
13
-# Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
+# 1) Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
14
+# 2) Set "ca_file" to /etc/nginx/gitlab.crt
15
+# 3) Set "self_signed_cert" to true
16
# You also need to edit gitlab/config/gitlab.yml
17
# 1) Define port for http "port: 443"
18
# 2) Enable https "https: true"
0 commit comments