mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-09 07:31:02 +00:00

A Jcat file can be used to store GPG, PKCS-7 and SHA-256 checksums for multiple files. This allows us to sign a firmware or metadata multiple times (perhaps by the OEM and also then the LVFS) which further decentralizes the trust model of the LVFS. The Jcat format was chosen as the Microsoft catalog format is nonfree and not documented. We also don't want to modify an existing .cat file created from WU as this may make it unsuitable to use on Windows. More information can be found here: https://github.com/hughsie/libjcat
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
[fwupd Remote]
|
|
|
|
# this remote provides metadata and firmware marked as 'testing' from the LVFS
|
|
Enabled=false
|
|
Title=Linux Vendor Firmware Service (testing)
|
|
MetadataURI=https://cdn.fwupd.org/downloads/firmware-testing.xml.gz
|
|
ReportURI=https://fwupd.org/lvfs/firmware/report
|
|
Username=
|
|
Password=
|
|
OrderBefore=lvfs,fwupd
|
|
AutomaticReports=false
|
|
ApprovalRequired=false
|