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