fwupd/data/tests/colorhug
Richard Hughes 07a91a4366 trivial: Use the new LVFS CA certificate
According to the crypto experts, path_len=1 makes things more secure for a CA
to prevent the Sub-CAs from issuing further Sub-Sub-CAs. I'll stick to code.
2017-08-23 15:36:22 +01:00
..
firmware.bin Generate the ColorHug test files at runtime 2015-08-12 09:09:28 +01:00
firmware.bin.asc Generate the ColorHug test files at runtime 2015-08-12 09:09:28 +01:00
firmware.bin.p7b trivial: Use the new LVFS CA certificate 2017-08-23 15:36:22 +01:00
firmware.metainfo.xml Support returning multiple GUIDs from GetDetails 2016-05-25 09:47:40 +01:00
meson.build trivial: Add a test for firmware signed with a derivative of the LVFS key 2017-08-18 12:11:59 +01:00
README.md trivial: Use the new LVFS CA certificate 2017-08-23 15:36:22 +01:00

Generating the p7b file manually:

certtool --p7-detached-sign --p7-time \
    --load-privkey LVFS/pkcs7/secure-lvfs.rhcloud.com.key \
    --load-certificate LVFS/pkcs7/secure-lvfs.rhcloud.com_signed.pem \
    --infile firmware.bin \
    --outfile firmware.bin.p7b