I have an SSL certificate which is signed by intermediate CA and then Intermediate CA certificate is signed by the root CA. I need to import these certificates to my truststore in order to access this service.
My questions is - Is there any particular order that I need to follow for importing these certs.
for example import SSL cert first, then intermediate CA cert and then root CA cert
OR I can import certificate in any order and be confident that it will work.
2nd part of the question - WHEN PKIX path building happens does it care about the order in which certs are present in the truststore.