improve formatting on insecure registry openssl command (#873)

pull/3397/head
Trapier Marshall 2016-12-13 18:28:00 -05:00 committed by John Mulhausen
parent 5e61498792
commit 5a2e1bf613
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ 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
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.