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.
1 parent 18f6b64 commit 57fb4d4Copy full SHA for 57fb4d4
web-server/nginx/gitlab-ssl
@@ -20,7 +20,7 @@
20
## [Optional] Generate a self-signed ssl certificate:
21
## mkdir /etc/nginx/ssl/
22
## cd /etc/nginx/ssl/
23
-## sudo openssl req -new -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key
+## sudo openssl req -new 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`:
0 commit comments