From e130faea1bd797be9c86112e167c3acf1b5ff11a Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Fri, 9 Jan 2015 00:24:59 +0100 Subject: [PATCH] doc: Minor semantical/editorial fixes in HTTPS article "read-only" vs. "only readable by you" Refer to: https://github.com/docker/docker/pull/9952#discussion_r22690266 Signed-off-by: Lorenz Leutgeb --- docs/sources/articles/https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/articles/https.md b/docs/sources/articles/https.md index 9e3835534..775573ec3 100644 --- a/docs/sources/articles/https.md +++ b/docs/sources/articles/https.md @@ -111,7 +111,7 @@ With a default `umask` of 022, your secret keys will be *world-readable* and writable for you and your group. In order to protect your keys from accidental damage, you will want to remove their -write permissions. To make them read-only, change file modes as follows: +write permissions. To make them only readable by you, change file modes as follows: $ chmod -v 0400 ca-key.pem key.pem server-key.pem