mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
The current certificate used to verify the Manifest.MoM signature is also used to verify various build artifacts, and thus should be split up into multiple, single function certs. This introduces a new certificate that will be used exclusively to verify signatures for updates, while the old one will be used to verify build artifacts like the image. Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>