From a940a07fa9673a4241a73d74800e4187ffde356c Mon Sep 17 00:00:00 2001 From: igayoso Date: Wed, 10 Feb 2016 01:00:27 +0100 Subject: [PATCH] Change certificate hypothetic path Signed-off-by: igayoso --- docs/insecure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/insecure.md b/docs/insecure.md index 9ccb54196..201946bbf 100644 --- a/docs/insecure.md +++ b/docs/insecure.md @@ -75,12 +75,12 @@ When using authentication, some versions of docker also require you to trust the Usually, on Ubuntu this is done with: - cp auth/domain.crt /usr/local/share/ca-certificates/myregistrydomain.com.crt + cp certs/domain.crt /usr/local/share/ca-certificates/myregistrydomain.com.crt update-ca-certificates ... and on Red Hat (and its derivatives) with: - cp auth/domain.crt /etc/pki/ca-trust/source/anchors/myregistrydomain.com.crt + cp certs/domain.crt /etc/pki/ca-trust/source/anchors/myregistrydomain.com.crt update-ca-trust ... On some distributions, e.g. Oracle Linux 6, the Shared System Certificates feature needs to be manually enabled: