From f2f9b29658397578c23d4b2aadc9e806214d3455 Mon Sep 17 00:00:00 2001 From: Ben Emamian Date: Mon, 1 Nov 2021 12:53:08 +1100 Subject: [PATCH] Update insecure.md --- docs/insecure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/insecure.md b/docs/insecure.md index 2de2d30c8..461f9ba96 100644 --- a/docs/insecure.md +++ b/docs/insecure.md @@ -72,7 +72,7 @@ This is more secure than the insecure registry solution. -x509 -days 365 -out certs/domain.crt ``` - Be sure to use the name `myregistrydomain.com` as a CN. + Be sure to use the name `myregistry.domain.com` as a CN. 2. Use the result to [start your registry with TLS enabled](./deploying.md#get-a-certificate).