mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
443652dcd2
The ultravisor supports a new secret type in `add-secret` to update the customer communication key (CCK). Support this new secret type (0x16). [seiden@linux.ibm.com: Constify CCK Header struct usage] Acked-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jakob Naucke <naucke@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
36 lines
716 B
Groff
36 lines
716 B
Groff
.\" Copyright 2025 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-CREATE-UPDATE-CCK" "1" "2025-02-19" "s390-tools" "UV-Secret Manual"
|
|
.nh
|
|
.ad l
|
|
.SH NAME
|
|
pvsecret-create-update-cck \- Update customer communication key.
|
|
.SH SYNOPSIS
|
|
.nf
|
|
.fam C
|
|
pvsecret create update-cck [OPTIONS] \-\-secret <CCK\-FILE>
|
|
.fam C
|
|
.fi
|
|
.SH DESCRIPTION
|
|
Insert a customer communication key into a guest.
|
|
.SH OPTIONS
|
|
.PP
|
|
\-\-secret <CCK\-FILE>
|
|
.RS 4
|
|
Use CCK\-FILE as new CCK
|
|
.RE
|
|
.RE
|
|
.PP
|
|
\-h, \-\-help
|
|
.RS 4
|
|
Print help (see a summary with \fB\-h\fR).
|
|
.RE
|
|
.RE
|
|
|
|
.SH "SEE ALSO"
|
|
.sp
|
|
\fBpvsecret\fR(1) \fBpvsecret-create\fR(1)
|