mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
doc: Editorial changes as suggested by @fredlf
Refer to: * https://github.com/docker/docker/pull/9952#discussion_r22686652 * https://github.com/docker/docker/pull/9952#discussion_r22686804 Signed-off-by: Lorenz Leutgeb <lorenz.leutgeb@gmail.com>
This commit is contained in:
parent
02a793c6a1
commit
6ca2875e58
1 changed files with 3 additions and 3 deletions
|
@ -107,11 +107,11 @@ two certificate signing requests:
|
||||||
|
|
||||||
$ rm -v client.csr server.csr
|
$ rm -v client.csr server.csr
|
||||||
|
|
||||||
With a default `umask` of 022 your secret keys will be *world-readable* and
|
With a default `umask` of 022, your secret keys will be *world-readable* and
|
||||||
writable for you and your group.
|
writable for you and your group.
|
||||||
|
|
||||||
To remove write permissions for your keys in order to protect them from accidental
|
In order to protect your keys from accidental damage, you will want to remove their
|
||||||
damage and make them only readable to you issue the following file mode changes:
|
write permissions. To make them read-only, change file modes as follows:
|
||||||
|
|
||||||
$ chmod -v 0400 ca-key.pem key.pem server-key.pem
|
$ chmod -v 0400 ca-key.pem key.pem server-key.pem
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue