diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-09 10:43:28 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-09 10:43:28 -0700 |
commit | 083b153d457ec6ea4fe89da286eec0fb9c83ada0 (patch) | |
tree | 36c8809266ba80c4ed027085b08229d7953a8786 /doc | |
parent | 6b7e80cb198926a07e3fc94ca850edd4ed4169b8 (diff) | |
download | gitlab-ce-083b153d457ec6ea4fe89da286eec0fb9c83ada0.tar.gz |
fix formatting issue
fix formatting issue with self-signed certificate section
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 0fdd48aeb05..7a0b4e1f934 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -356,16 +356,16 @@ To use GitLab with HTTPS: 1. Review the configuration file and consider applying other security and performance enhancing features. Using a self-signed certificate is discouraged but if you must use it follow the normal directions then: - 1. Generate a self-signed SSL certificate: - ``` - mkdir -p /etc/nginx/ssl/ - cd /etc/nginx/ssl/ - sudo openssl req -newkey rsa:2048 -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key - sudo chmod o-r gitlab.key - ``` +1. Generate a self-signed SSL certificate: - 1. In the `config.yml` of gitlab-shell set `self_signed_cert` to `true`. + ``` + mkdir -p /etc/nginx/ssl/ + cd /etc/nginx/ssl/ + sudo openssl req -newkey rsa:2048 -x509 -nodes -days 3560 -out gitlab.crt -keyout gitlab.key + sudo chmod o-r gitlab.key + ``` +1. In the `config.yml` of gitlab-shell set `self_signed_cert` to `true`. ### Additional Markup Styles |