From ecd26b836c84b00c2b411241daf8241166b3aa40 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 24 Aug 2020 09:55:55 +0800 Subject: [PATCH] Updated how about the private key access modes, chmod, or chown or umask (markdown) --- ...the-private-key-access-modes,--chmod,-or-chown-or-umask.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-about-the-private-key-access-modes,--chmod,-or-chown-or-umask.md b/how-about-the-private-key-access-modes,--chmod,-or-chown-or-umask.md index 1c84565..4bb02ff 100644 --- a/how-about-the-private-key-access-modes,--chmod,-or-chown-or-umask.md +++ b/how-about-the-private-key-access-modes,--chmod,-or-chown-or-umask.md @@ -1,8 +1,8 @@ -# How acme.sh deals with the private key file modes ? +# How acme.sh deals with the private key file modes? A short answer is: **we deal with the file permission as little as possible.** -A shorter answer is: **we almost don't change the file permissions, you set it yourself, and it will keep forever.** +A longer answer is: **we almost don't change the file permissions, you set it yourself, and it will be kept forever.** Ok, let me give a longer answer: