aboutsummaryrefslogtreecommitdiffstats
path: root/security-tools/src/test/resources/expected-help-output.txt
blob: e16f1b1dab0a8486c25131fd28ee3c1cb7e26b58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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_CA_CERT': Path to CA certificates file
 - 'VESPA_TLS_CERT': Path to certificate file
 - 'VESPA_TLS_PRIVATE_KEY': Path to private key file