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 d31602b + 8bf894b commit 64cedc7Copy full SHA for 64cedc7
web-server/nginx/gitlab-ssl
@@ -20,12 +20,12 @@
20
## [Optional] Generate a self-signed ssl certificate:
21
## mkdir /etc/nginx/ssl/
22
## cd /etc/nginx/ssl/
23
-## sudo openssl req -new rsa:2048 -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
+## sudo openssl req -newkey rsa:2048 -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
24
## sudo chmod o-r gitlab.key
25
##
26
## Edit `gitlab-shell/config.yml`:
27
## 1) Set "gitlab_url" param in `gitlab-shell/config.yml` to `https://git.example.com`
28
-## 2) Set "ca_file" to `/etc/nginx/gitlab.crt`
+## 2) Set "ca_file" to `/etc/nginx/ssl/gitlab.crt`
29
## 3) Set "self_signed_cert" to `true`
30
## Edit `gitlab/config/gitlab.yml`:
31
## 1) Define port for http "port: 443"
0 commit comments