diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 01:12:08 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-14 01:12:08 +0200 |
commit | efde1af7077cff081a3dd9cb28b5896e6e9ed25a (patch) | |
tree | 4657dc076b8844a9e8960789177bb9cd584e3599 /config/letsencrypt-accountd.conf | |
parent | 76b9e800da0c7dd88a55fa9dac153c513e6e7748 (diff) | |
parent | c0849fb8b99216e9b2e20132296253f1ee905193 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'config/letsencrypt-accountd.conf')
-rw-r--r-- | config/letsencrypt-accountd.conf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/config/letsencrypt-accountd.conf b/config/letsencrypt-accountd.conf deleted file mode 100644 index c372190..0000000 --- a/config/letsencrypt-accountd.conf +++ /dev/null @@ -1,29 +0,0 @@ -# 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 |