Skip to content

Commit d8e68ae

Browse files
committed
fix
1 parent ae9498a commit d8e68ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A [bootc](https://containers.github.io/bootc/) image — the OS is an OCI contai
4242

4343
## Secure Boot
4444

45-
The CachyOS kernel is signed with a custom MOK key during the CI build. The public cert is at `/etc/pki/sb-certs/bootc-os-sb.pem` in the image. See `build-scripts/initramfs.sh` for key management notes.
45+
The CachyOS kernel is signed with a custom MOK key during the CI build. The public cert is at `/etc/pki/sb-certs/bootc-os-sb.cer` in the image. See `build-scripts/initramfs.sh` for key management notes.
4646

4747
## Building locally
4848

build-scripts/initramfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ chmod 0600 "/usr/lib/modules/$KVER/initramfs.img"
4343
#
4444
SB_KEY=/run/secrets/sb_key
4545
# cert is committed to the repo and copied into the image via system-files/
46-
SB_CERT=/etc/pki/sb-certs/bootc-os-sb.pem
46+
SB_CERT=/etc/pki/sb-certs/bootc-os-sb.cer
4747

4848
if [ -f "$SB_KEY" ] && [ -f "$SB_CERT" ]; then
4949
echo "Signing kernel for Secure Boot: $KIMAGE"

0 commit comments

Comments
 (0)