aboutsummaryrefslogtreecommitdiffstats
path: root/config/letsencrypt-accountd.conf
blob: c37219029fed3de2858e792fc18ae2c86c6c2fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# The value of "privkey" specifies the (private) account key to use
# for signing requests.  Currently supported values are:
#
#   - file:FILE, to specify an encrypted private key (in PEM format)
#   - gpg:FILE, to specify a gpg-encrypted private key (in PEM format)
#
#privkey = gpg:/path/to/encrypted/priv.key.gpg
#privkey = file:/path/to/priv.key

# For a gpg-encrypted private account key, "gpg" specifies the binary
# gpg(1) to use, as well as some default options.  Default: "gpg
# --quiet".
#
#gpg = gpg2 --quiet --no-auto-check-trustdb

# The value of "socket" specifies the UNIX-domain socket to bind against
# for signature requests from the ACME client.  An error is raised if
# the path exists exists or if its parent directory is writable by other
# users.
# Default: "$XDG_RUNTIME_DIR/S.letsencrypt" if the XDG_RUNTIME_DIR
# environment variable is set.
#
#socket = /run/user/1000/S.letsencrypt

# Be quiet.  Possible values: "Yes"/"No".
#
#quiet = Yes

; vim:ft=dosini