Merge pull request #1912 from bbodenmiller/patch-1

improve command formatting
pull/1919/head
Richard Scothern 2016-08-19 11:35:14 -07:00 committed by GitHub
commit fd4dd8dd16
1 changed files with 2 additions and 0 deletions

View File

@ -57,9 +57,11 @@ This is more secure than the insecure registry solution. You must configure eve
1. Generate your own certificate:
```
mkdir -p certs && openssl req \
-newkey rsa:4096 -nodes -sha256 -keyout certs/domain.key \
-x509 -days 365 -out certs/domain.crt
```
2. Be sure to use the name `myregistrydomain.com` as a CN.