logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pvsecret-create-association - Create an association secret

Description

       Use an association secret to connect a trusted I/O device to a guest. The pvapconfig tool provides more
       information about association secrets.

Name

       pvsecret-create-association - Create an association secret

Options

       <NAME>
           String that identifies the new secret. The actual secret is set with --input-secret. The name is
           saved in `NAME.yaml` with white-spaces mapped to `_`.

       --stdout
           Print the hashed name to stdout. The hashed name is not written to `NAME.yaml`

       --input-secret <SECRET-FILE>
           Path from which to read the plaintext secret. Uses a random secret if not specified.

       --output-secret <SECRET-FILE>
           Save the generated secret as plaintext in SECRET-FILE. The generated secret can be used to generate
           add-secret requests for a different guest with the same secret using --input-secret. Destroy the
           secret when it is not used anymore.

       -h, --help
           Print help (see a summary with -h).

See Also

pvsecret(1) pvsecret-create(1)

s390-tools                                         2024-12-19                     PVSECRET-CREATE-ASSOCIATION(1)

Synopsis

       pvsecret create association [OPTIONS] <NAME>

See Also