summaryrefslogtreecommitdiff
path: root/extensions/trove.configure.help
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/trove.configure.help')
-rw-r--r--extensions/trove.configure.help8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/trove.configure.help b/extensions/trove.configure.help
index c96bdf74..2669f693 100644
--- a/extensions/trove.configure.help
+++ b/extensions/trove.configure.help
@@ -15,6 +15,8 @@ help: |
* `LORRY_CONTROLLER_MINIONS` (optional, defaults to 4)
* `TROVE_BACKUP_KEYS` - a space-separated list of paths to SSH keys.
(optional)
+ * `TROVE_SSL_PEMFILE` (optional)
+ * `TROVE_SSL_CA_FILE` (optional)
The variables are described in more detail below.
@@ -105,6 +107,12 @@ help: |
If this is set, the Trove will have a backup user that can be accessed
with rsync using the SSH keys provided.
+ * `TROVE_SSL_PEMFILE` -- SSL certificate to use in lighttpd SSL
+ configuration.
+
+ * `TROVE_SSL_CA_FILE` -- CA chain certificate to use in lighttpd SSL
+ configuration.
+
Example
-------