summaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/test/resources/expected-reseal-help-output.txt
blob: b375147f58c903dd06f72a0bc1d29654ac6acc12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
usage: vespa-security reseal <token> <options>
Reseals the input token for another recipient, allowing that recipient to
decrypt the file that the input token was originally created for.
Prints new token to STDOUT.
 -d,--private-key-dir <arg>        Private key file directory used for
                                   automatically looking up private keys
                                   based on the key ID specified as part
                                   of a token.
 -e,--expected-key-id <arg>        Expected key ID in token. If this is
                                   not provided, the key ID is not
                                   verified.
 -h,--help                         Show help
 -i,--key-id <arg>                 ID of recipient key
 -k,--private-key-file <arg>       Private key file in Base58 encoded
                                   format
    --no-interactive               Never ask for private key interactively
                                   if no private key file or directory is
                                   provided, even if process is running in
                                   a console
 -r,--recipient-public-key <arg>   Recipient X25519 public key in Base58
                                   encoded format
    --reseal-request               Handle input as a resealing request
                                   instead of a token
Note: this is a BETA tool version; its interface may be changed at any
time