summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/resources/expected-keygen-help-output.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient-java/src/test/resources/expected-keygen-help-output.txt')
-rw-r--r--vespaclient-java/src/test/resources/expected-keygen-help-output.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/vespaclient-java/src/test/resources/expected-keygen-help-output.txt b/vespaclient-java/src/test/resources/expected-keygen-help-output.txt
new file mode 100644
index 00000000000..60629c4291f
--- /dev/null
+++ b/vespaclient-java/src/test/resources/expected-keygen-help-output.txt
@@ -0,0 +1,13 @@
+usage: vespa-security keygen <options>
+Generates an X25519 key pair and stores its private/public parts in
+separate files in Base64 encoded form.
+ -h,--help Show help
+ -k,--private-out-file <arg> Output file for private (secret) key. Will
+ be created with restrictive file
+ permissions.
+ --overwrite-existing Overwrite existing key files instead of
+ failing key generation if any files already
+ exist. Use with great caution!
+ -p,--public-out-file <arg> Output file for public key
+Note: this is a BETA tool version; its interface may be changed at any
+time