summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/resources/expected-keygen-help-output.txt
blob: 60629c4291f70224e0802917524fa000a72f3515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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