Skip to content

Commit 119e806

Browse files
committed
Merge pull request #184 from sinm/patch-1
Added few missed lines about gitlab-shell via SSL
2 parents 3e4c46a + 316aad8 commit 119e806

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web-server/nginx/gitlab-ssl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
# sudo openssl req -new -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
1111
# sudo chmod o-r gitlab.key
1212
# Also you need to edit gitlab-shell config.
13-
# Set "gitlab_url" param in gitlab-shell/config.yml to https://git.example.com
13+
# 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
1416
# You also need to edit gitlab/config/gitlab.yml
1517
# 1) Define port for http "port: 443"
1618
# 2) Enable https "https: true"

0 commit comments

Comments
 (0)