summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/resources/expected-keygen-help-output.txt
blob: f386f6d2e3ad47a1d4d2077e3d02b2c508bfbbe0 (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 Base58 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