From 5a2e1bf613526d32dfc628f9b2764b1efabb50f7 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Tue, 13 Dec 2016 18:28:00 -0500 Subject: [PATCH] improve formatting on insecure registry openssl command (#873) --- docs/insecure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/insecure.md b/docs/insecure.md index f3c50d64a..d8610a312 100644 --- a/docs/insecure.md +++ b/docs/insecure.md @@ -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.