I found that on ICAO 9303_11 5.1: The inspection system performs the following steps:
The inspection system SHALL read the Document Security Object (SO D ) (which MUST contain the Document Signer Certificate (C DS ), see also Doc 9303-10) from the contactless IC.
The inspection system SHALL build and validate a certification path from a Trust Anchor to the Document Signer Certificate used to sign the Document Security Object (SO D ) according to Doc 9303-12.
- The inspection system SHALL use the verified Document Signer Public Key (KPu DS ) to verify the signature of the Document Security Object (SO D ).
- The inspection system MAY read relevant Data Groups from the contactless IC.
- The inspection system SHALL ensure that the contents of the Data Group are authentic and unchanged by hashing the contents and comparing the result with the corresponding hash value in the Document Security Object (SO D ).
I'm stuck on step 2. What is certificate path and How to build and validate a certification path from a Trust Anchor to the Document Signer Certificate?
Could anyone help me out?