Hello Jeffrey,
Hope you are doing well.
I recommend to take a look at Chapter 7 of the reference manual. It explains with the details of what you are looking for, such as the structure, length, considerations, etc.
Specifically, section 7.3.5 where you will find the certificate block structure and its requirements and recommendations.

For the revocation ID, The x509 serial number field in the image signing certificate is used the following way: byte 0
shall be 0x3c, byte 1 shall be 0xc3, byte 2 and byte 3 form an unsigned 16-bit integer whose value is compared with the IMAGE_KEY_REVOKE value in the PFR. On mismatch, the image authentication process will fail.
The image signing certificate is the final certificate of the certificate table. It's not a problem if you use one certificate, for more details on the structure you can refer to the last part of section 7.3.5.2.
Hope this helps!
If you need any further information or have any further questions, please do not hesitate to get back to me.
Best Regards,
Sabina
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------