summaryrefslogtreecommitdiffstats
path: root/security-tools/src/test/resources/expected-help-output.txt
diff options
context:
space:
mode:
Diffstat (limited to 'security-tools/src/test/resources/expected-help-output.txt')
-rw-r--r--security-tools/src/test/resources/expected-help-output.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/security-tools/src/test/resources/expected-help-output.txt b/security-tools/src/test/resources/expected-help-output.txt
new file mode 100644
index 00000000000..e16f1b1dab0
--- /dev/null
+++ b/security-tools/src/test/resources/expected-help-output.txt
@@ -0,0 +1,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