mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 17:43:55 +00:00
Install the LVFS PKCS7 certificate
This allows LVFS instances signed by the master key to distribute metadata and firmware without using GPG and instead using PKCS7 certificates.
This commit is contained in:
parent
14047d7d24
commit
7ce6c93bf5
@ -1,10 +1,14 @@
|
||||
install_data([
|
||||
'GPG-KEY-Hughski-Limited',
|
||||
'GPG-KEY-Linux-Vendor-Firmware-Service',
|
||||
'LVFS-CA.pem',
|
||||
],
|
||||
install_dir : join_paths(get_option('sysconfdir'), 'pki', 'fwupd')
|
||||
)
|
||||
|
||||
install_data('GPG-KEY-Linux-Vendor-Firmware-Service',
|
||||
install_data([
|
||||
'GPG-KEY-Linux-Vendor-Firmware-Service',
|
||||
'LVFS-CA.pem',
|
||||
],
|
||||
install_dir : join_paths(get_option('sysconfdir'), 'pki', 'fwupd-metadata')
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user