diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-21 18:49:14 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-22 00:14:51 +0100 |
commit | 9898b1877ce2973bbc336921969bd7f16d3698fa (patch) | |
tree | 286901349d8345e204c21bce2b49737cbd72e286 /config/lacme-accountd.conf | |
parent | 1bdaeae835b5c9914f9c2107efda150d643cda12 (diff) |
lacme-accountd(1): new setting 'keyid'.
This saves a round trip and provides a safeguard against malicious
clients.
Diffstat (limited to 'config/lacme-accountd.conf')
-rw-r--r-- | config/lacme-accountd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/lacme-accountd.conf b/config/lacme-accountd.conf index f31cf67..d31c6c8 100644 --- a/config/lacme-accountd.conf +++ b/config/lacme-accountd.conf @@ -20,6 +20,12 @@ # #socket = %t/S.lacme +# The "Key ID", as shown by `acme account`, to give the ACME client. +# A non-empty value revokes all account management access (status +# change, contact address updates etc.) from the client. +# +#keyid = + # Be quiet. Possible values: "Yes"/"No". # #quiet = Yes |