Merge pull request #3948 from flatcar/scripts

Update the signing cert on the azure KV
This commit is contained in:
Sayan Chowdhury 2026-04-21 03:14:00 +05:30
commit fd8eabc108
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B

View File

@ -6,7 +6,7 @@ if [[ ${COREOS_OFFICIAL:-0} -ne 1 ]]; then
SBSIGN_KEY="/usr/share/sb_keys/shim.key"
SBSIGN_CERT="/usr/share/sb_keys/shim.pem"
else
SBSIGN_KEY="pkcs11:token=flatcar-sb-dev-hsm-sign-2025"
SBSIGN_KEY="pkcs11:token=flatcar-secure-boot-prod-2026-04"
unset SBSIGN_CERT
fi