table of contents
- Tumbleweed 2.44.0-3.1
- Leap-16.0
| PVSECRET-RETRIEVE(1) | UV-Secret Manual | PVSECRET-RETRIEVE(1) |
NAME¶
pvsecret-retrieve - Retrieve a secret from the UV secret store (s390x only)
SYNOPSIS¶
pvsecret retrieve [OPTIONS] [INPUT] [OUTPUT] pvsecret retr [OPTIONS] [INPUT] [OUTPUT]
DESCRIPTION¶
Retrieve a secret from the UV secret store (s390x only). Retrieves a retrievable secret from the UV-storage of the guest by its ID. The ID may be provided as yaml file or as 32 byte hex-string. The secret is written as PEM file. For Plaintext secret PLAINTEXT SECRET is used as PEM name and for protected keys the PEM name IBM PROTECTED KEY is used.
OPTIONS¶
<INPUT>
<OUTPUT>
-i, --input <ID>
-o, --output <FILE>
--inform <INFORM>
Possible values:
- hex: Use a hex string.
- name: Use a name-string. Will hash it if no secret with the name found.
- idx: Use the secret-index (base 10) instead of the secret-ID.
--outform <OUTFORM>
Possible values:
- bin: Write the secret in binary.
-h, --help
SEE ALSO¶
| 2026-05-21 | s390-tools |