mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
dd82c26f87
Add `pvsecret` a tool to create, add, list, and delete Ultravisor secrets. `pvsecret` uses the functionality from the pv-crate to provide an command line tool to manage the secrets. Add a new target group PV_TARGETS in rust/Makefile that additionally requires openssl and libcurl as pv with the feature "request" uses openssl and libcurl fearures. Acked-by: Jan Höppner <hoeppner@linux.ibm.com> Acked-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> [hoeppner@linux.ibm.com: Adapt man pages and help output] Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
48 lines
958 B
Groff
48 lines
958 B
Groff
.\" Copyright 2023 IBM Corp.
|
|
.\" s390-tools is free software; you can redistribute it and/or modify
|
|
.\" it under the terms of the MIT license. See LICENSE for details.
|
|
.\"
|
|
|
|
.TH pvsecret-list 1 "2023-07-28" "s390-tools" "UV-Secret Manual"
|
|
.nh
|
|
.ad l
|
|
.SH NAME
|
|
\fBpvsecret list\fP - List all ultravisor secrets (s390x only)
|
|
\fB
|
|
.SH SYNOPSIS
|
|
.nf
|
|
.fam C
|
|
pvsecret list [OPTIONS] [FILE]
|
|
.fam C
|
|
.fi
|
|
.SH DESCRIPTION
|
|
Lists the IDs of all non-null secrets currently stored in the ultravisor for the
|
|
currently running IBM Secure Execution guest. Only available on s390x.
|
|
.SH OPTIONS
|
|
.PP
|
|
<FILE>
|
|
.RS 4
|
|
Store the result in FILE. Default value: '-'
|
|
.RE
|
|
.RE
|
|
|
|
.PP
|
|
\-\-format <FORMAT>
|
|
.RS 4
|
|
Define the output format of the list. Default value: 'human'
|
|
|
|
Possible values:
|
|
.RS 4
|
|
- \fBhuman\fP: Human-focused, non-parsable output format
|
|
|
|
- \fByaml\fP: Use yaml format
|
|
|
|
- \fBbin\fP: Use the format the ultravisor uses to pass the list
|
|
|
|
.RE
|
|
.RE
|
|
|
|
.SH "SEE ALSO"
|
|
.sp
|
|
\fBpvsecret\fR(1)
|