From 3bb6e5b2d99a316a43d7381ff10b66c299fed094 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 10 Nov 2015 16:09:00 +0000 Subject: trove.configure: Add support for installing SSL certificates Change-Id: I892b1b0a99c7103fbe2a4ab49b273b76397b3feb --- extensions/trove.configure.help | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extensions/trove.configure.help') 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 ------- -- cgit v1.2.1