diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-06 19:01:55 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-07 14:10:24 +0300 |
commit | 7e60138c3231203a7f61130982560b7db6ec892c (patch) | |
tree | 0e6989ea9982619b1fd9bb13451fe6f8027f7d84 /mod/options.cli | |
parent | 52dcc79ed954c0375852d2194438dcdbbf98c2dd (diff) |
Add support for openssl-envvar module option
Diffstat (limited to 'mod/options.cli')
-rw-r--r-- | mod/options.cli | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mod/options.cli b/mod/options.cli index e6beb6e..7460ef7 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -71,6 +71,21 @@ namespace brep \cb{openssl} for details). Repeat this option to specify multiple openssl options." } + + strings openssl-envvar + { + "<name>[=value]", + "Environment variable to be set (<name>=<value>) or unset (just + <name>) for the openssl program (see \cb{openssl} for details). + Repeat this option to specify multiple openssl variables. Note + that unspecified variables are inherited from the web server + process. + + You need to at least set the \cb{RANDFILE} environment variable + to change the default location of the openssl program seed file + and maybe also the \cb{OPENSSL_CONF} variable if you would like + to use a custom openssl configuration file." + } }; class package_db |