diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-18 01:04:45 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 20:16:34 +0100 |
commit | 1c4fc8c431e69780625600a4ee8526e1a3cbb3f4 (patch) | |
tree | 975e5fecd10f60ca61b231ec7cf9f0df9a75336c /config | |
parent | 11d971bc07ceb4359565e6611ae03a0c0134d153 (diff) |
lacme(8)'s 'config' option in the [accountd] section no longer have a default value.
The previous default, namely /etc/lacme/lacme-accountd.conf, is still
honored when there is the user running lacme doesn't have a
~/.config/lacme/lacme-account.conf configuration file.
Diffstat (limited to 'config')
-rw-r--r-- | config/lacme.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index 3faed2b..0deba7b 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -116,7 +116,7 @@ # Path to the lacme-accountd(1) configuration file. # -#config = @@sysconfdir@@/lacme/lacme-accountd.conf +#config = # The (private) account key to use for signing requests. See # lacme-accountd(1) for details. |