Skip to content

Commit

Permalink
chore: drop unused cert copy
Browse files Browse the repository at this point in the history
Drop unused kernel signing public key copy. This was used when the
integration tests used a `module-sig-verify`, now we verify certs in
extension integration tests by actually loading them.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Jan 3, 2025
1 parent e7eddcf commit c3ac8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/kernel/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
mkdir -p /rootfs/boot
mkdir -p /rootfs/dtb
mkdir -p /rootfs/certs
cp /src/certs/signing_key.x509 /rootfs/certs/signing_key.x509
case $ARCH in
x86_64)
mv arch/x86/boot/bzImage /rootfs/boot/vmlinuz
Expand Down

0 comments on commit c3ac8e2

Please sign in to comment.