Commit 2347b04e authored by Nick Thomas's avatar Nick Thomas

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
parents 71171bd3 f8fdb590
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment