mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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 <lorenz.leutgeb@gmail.com>
This commit is contained in:
parent
6ca2875e58
commit
048b20e58a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue