diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 21:24:13 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-24 21:32:06 +0100 |
commit | c6a4aaa6128d55ba5f7f3cd2bd75f789f69ae407 (patch) | |
tree | 912eca80d3ff18812456f99e3f458db4c7805204 /config | |
parent | c612a7ff44995f4f9c39fa0fb68470d90c88decf (diff) |
lacme: Add 'owner' resp. 'mode' as (prefered) alias for 'chown' resp. 'chmod'.
Diffstat (limited to 'config')
-rw-r--r-- | config/lacme-certs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lacme-certs.conf b/config/lacme-certs.conf index 5259690..4af5652 100644 --- a/config/lacme-certs.conf +++ b/config/lacme-certs.conf @@ -52,11 +52,11 @@ # username[:groupname] to chown the issued certificate and # certificate-chain with. # -#chown = root:root +#owner = root:root # Octal mode to chmod the issued certificate and certificate-chain with. # -#chmod = 0644 +#mode = 0644 # Command to pass the the system's command shell ("/bin/sh -c") after # successful installation of the certificate and/or certificate-chain. |