Skip to content

Commit f2de24f

Browse files
Update the signing cert on the azure KV
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
1 parent b1acff0 commit f2de24f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_library/sbsign_util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [[ ${COREOS_OFFICIAL:-0} -ne 1 ]]; then
66
SBSIGN_KEY="/usr/share/sb_keys/shim.key"
77
SBSIGN_CERT="/usr/share/sb_keys/shim.pem"
88
else
9-
SBSIGN_KEY="pkcs11:token=flatcar-sb-dev-hsm-sign-2025"
9+
SBSIGN_KEY="pkcs11:token=flatcar-secure-boot-prod-2026-04"
1010
unset SBSIGN_CERT
1111
fi
1212

0 commit comments

Comments
 (0)