diff options
author | Nick Thomas <nick@gitlab.com> | 2019-04-09 13:53:18 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-04-09 13:53:18 +0000 |
commit | 2347b04e179b3ce7ce88f4a8a41396af64a5df96 (patch) | |
tree | e9cebaa67decb6330aa421ac0dcf8a76f30f8e5c | |
parent | 71171bd38988218bfa2c51c52dba694643d25d85 (diff) | |
parent | f8fdb59059b8c1037fd804636e4247642a08ebb9 (diff) | |
download | gitlab-ce-2347b04e179b3ce7ce88f4a8a41396af64a5df96.tar.gz |
Merge branch 'documentation-bug-public-key-should-be-private-key' into 'master'
docs public key -> private key
See merge request gitlab-org/gitlab-ce!26902
-rw-r--r-- | doc/user/project/pages/lets_encrypt_for_gitlab_pages.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pages/lets_encrypt_for_gitlab_pages.md b/doc/user/project/pages/lets_encrypt_for_gitlab_pages.md index f639188684b..5ad500c4d20 100644 --- a/doc/user/project/pages/lets_encrypt_for_gitlab_pages.md +++ b/doc/user/project/pages/lets_encrypt_for_gitlab_pages.md @@ -134,7 +134,7 @@ Now that your certificate has been issued, let's add it to your Pages site: sudo cat /etc/letsencrypt/live/example.com/fullchain.pem | pbcopy ``` -1. Copy and paste the public key into the second field **Key (PEM)**: +1. Copy and paste the private key into the second field **Key (PEM)**: ```bash sudo cat /etc/letsencrypt/live/example.com/privkey.pem | pbcopy |