diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 14:54:28 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:26:42 +0100 |
commit | bb5efce091215432fd2b82fbf50aff1536d415f6 (patch) | |
tree | 45bb7b1ddcc2e03119d7ea68543f2f1a6dfdf444 /config | |
parent | 1d1072ac291b1a086d4b15cd611cb74e41667115 (diff) |
"config-certs" now points to a list of files or directories.
Diffstat (limited to 'config')
-rw-r--r-- | config/lacme.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index 08afeb4..f963128 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -1,7 +1,7 @@ -# For certificate issuance (new-cert command), specify the certificate -# configuration file to use +# For certificate issuance (new-cert command), specify a space-separated +# certificate configuration files or directories to use # -#config-certs = /etc/lacme/lacme-certs.conf +#config-certs = lacme-certs.conf lacme-certs.d/ [client] |