That script output means you're on the legacy CA 2011 setting, so you're not eligible to use the new boot file yet. You must follow the MS instructions to install the UEFI CA 2023 certificates first, before using the NTLite option to force a boot file change to the image.
If you want to proceed, with installing CA 2023 certs (but NOT revoke the CA 2011 cert), then run:
Code:
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Secureboot /v AvailableUpdates /t REG_DWORD /d 0x5944 /f
powershell Start-ScheduledTask -TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
Run the check script again, to confirm you have added CA 2023 certs.