You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
426 B

fs-verity signing
=================
With a key pair, fs-verity signature can be generated by simply running
`fsverity_metadata_generator` command line tool, which uses
[fsverity-utils](https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git)
```
fsverity_metadata_generator --fsverity-path {fsverity_path} --key key.pem --key-format pem \
--cert cert.pem --signature pkcs7 --output test.data.fsv_meta test.data
```