pvsecret-retrieve - Man Page
Retrieve a secret from the UV secret store (s390x only)
Synopsis
pvsecret retrieve [OPTIONS] <ID> pvsecret retr [OPTIONS] <ID>
Description
Retrieve a secret from the UV secret store (s390x only)
Options
- <ID>
Specify the secret ID to be retrieved. Input type depends on --inform. If `yaml` (default) is specified, it must be a yaml created by the create subcommand of this tool. If `hex` is specified, it must be a hex 32-byte unsigned big endian number string. Leading zeros are required.
- -o, ā--output <FILE>
Specify the output path to place the secret value. [default: '-']
- --inform <INFORM>
Define input type for the Secret ID. [default: 'yaml']
Possible values:
- yaml: Use a yaml file.
- hex: Use a hex string.
- name: Use a name-string. Will hash it if no secret with the name found.
- --outform <OUTFORM>
Define the output format for the retrieved secret. [default: 'pem']
Possible values:
- pem: Write the secret as PEM.
- bin: Write the secret in binary.
- -h, ā--help
Print help (see a summary with -h).
See Also
Referenced By
2024-12-19 s390-tools UV-Secret Manual