Sponsor:

Your company here, and a link to your site. Click to find out more.

pvattest-perform - Man Page

Send the attestation request to the Ultravisor

Synopsis

pvattest perform [OPTIONS] [INPUT] [OUTPUT]

Description

Run a measurement of this system through ’/dev/uv’. This device must be accessible and the attestation Ultravisor facility must be present. The input must be an attestation request created with ’pvattest create’. Output will contain the original request and the response from the Ultravisor.

Options

<INPUT>

Specify the request to be sent.

<OUTPUT>

Write the result to FILE.

-u,  --user-data <File>

Provide up to 256 bytes of user input User-data is arbitrary user-defined data appended to the Attestation measurement. It is verified during the Attestation measurement verification. May be any arbitrary data, as long as it is less or equal to 256 bytes

-v,  --verbose

Provide more detailed output.

-h,  --help

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

Examples

Perform an attestation measurement with the attestation request 'attreq.bin' and write the output to 'attresp.bin'.

       $ pvattest perform attreq.bin attresp.bin

See Also

pvattest(1)

Referenced By

pvattest(1), pvattest-verify(1).

2024-05-15 s390-tools Attestation Manual