aboutsummaryrefslogtreecommitdiffstats
path: root/lacme.8.md
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2021-02-24 21:01:12 +0100
committerGuilhem Moulin <guilhem@fripost.org>2021-02-24 21:32:01 +0100
commitc612a7ff44995f4f9c39fa0fb68470d90c88decf (patch)
tree4b0a3fd2c44dbc25653a93b7ec692a003f0e133b /lacme.8.md
parentcdd025133a306cd8d3e81aa832ac056119d65f3a (diff)
lacme: Default mode for certificate(-chain) creation is 0644 minus umask restrictions.
Also, always spawn the client with umask 0022 so a starting lacme(8) with a restrictive umask doesn't impede serving challenge response files.
Diffstat (limited to 'lacme.8.md')
-rw-r--r--lacme.8.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/lacme.8.md b/lacme.8.md
index c39f51c..7f6558e 100644
--- a/lacme.8.md
+++ b/lacme.8.md
@@ -429,7 +429,8 @@ Valid settings are:
*chmod*
: An optional octal mode to chmod the issued *certificate* and
- *certificate-chain* to.
+ *certificate-chain* to. By default the files are created with mode
+ 0644 minus umask restrictions.
*notify*