mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
README: fix command for generation of the private key
This commit is contained in:
parent
1df4ce964f
commit
eacd5c2c4e
@ -445,7 +445,7 @@ Generation of self-signed SSL certificates involves a simple 3 step procedure.
|
||||
|
||||
**STEP 1**: Create the server private key
|
||||
```bash
|
||||
openssl genrsa -out gitlab.key 204
|
||||
openssl genrsa -out gitlab.key 2048
|
||||
```
|
||||
|
||||
**STEP 2**: Create the certificate signing request (CSR)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user