summaryrefslogtreecommitdiffstats
path: root/security-tools/src/test/resources/expected-help-output.txt
blob: fb0dfb1f2c86e5eea6b2708a095c9a125ee2511f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
usage: vespa-security-env <options>
Generates shell commands that defines environments variables based on the
content of VESPA_TLS_CONFIG_FILE.
 -h,--help          Show help
 -s,--shell <arg>   Shell type. Shell type is auto-detected if option not
                    present. Valid values: ['bourne', 'cshell'].
The output may include the following variables:
 - 'VESPA_TLS_ENABLED': Set to '1' if TLS is enabled in Vespa
 - 'VESPA_TLS_CA_CERT': Path to CA certificates file
 - 'VESPA_TLS_CERT': Path to certificate file
 - 'VESPA_TLS_PRIVATE_KEY': Path to private key file
 - 'VESPA_TLS_DISABLE_HOSTNAME_VALIDATION': Set to '1' if TLS hostname
validation is disabled