• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

README.mdH A D12-Dec-2023317 108

cert.derH A D12-Dec-20231.4 KiB

cert.pemH A D12-Dec-20232 KiB3332

input.4kH A D12-Dec-20234 KiB

input.4k.fsv_sigH A D12-Dec-2023732

input.4k.merkle_dumpH A D12-Dec-20234 KiB

input.4k1H A D12-Dec-20234 KiB

input.4k1.fsv_sigH A D12-Dec-2023732

input.4k1.merkle_dumpH A D12-Dec-20234 KiB

input.4mH A D12-Dec-20234 MiB

input.4m.fsv_sigH A D12-Dec-2023732

input.4m.merkle_dumpH A D12-Dec-202336 KiB

input.4m.merkle_dump.badH A D12-Dec-202336 KiB

key.pemH A D12-Dec-20233.2 KiB5352

README.md

1fs-verity signing
2=================
3With a key pair, fs-verity signature can be generated by simply running
4`fsverity` command line tool from
5[fsverity-util](https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git).
6
7```
8fsverity sign test.data test.data.fsv_sig --key=key.pem --cert=cert.pem
9```
10