From 1f248a80a6fa5d0ac777c3b8eee3ff6f1386f49e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Fri, 19 Aug 2016 00:09:59 -0700 Subject: [PATCH] improve command formatting Signed-off-by: Ben Bodenmiller --- docs/insecure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/insecure.md b/docs/insecure.md index 38b3a355b..4b7917d2b 100644 --- a/docs/insecure.md +++ b/docs/insecure.md @@ -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.