<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="monospace">Dear list,<br>
      <br>
      I would like to learn how to use openssl tools to make sure <br>
      a chained certificate is valid ?  <br>
      <br>
      example : <br>
      <br>
      Let's say I got the Cert certificate signed by Intermdiate <br>
      X, but by making the full chain certificate I inadvertly <br>
      inserted Intermediate Y instead of X. The (broken) <br>
      certificate chain inside </font><font face="monospace"><font
        face="monospace">Cert</font> would be :<br>
      <br>
      Cert < Intermediate Y < Root X<br>
      <br>
      How do I detect this error with openssl tools ? are there<br>
      tools that print issuer and subject of each certificate in<br>
      a chain ?<br>
      <br>
      Thanks for your guidance. <br>
    </font>
  </body>
</html>