<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:16px"><div id="yui_3_16_0_1_1437507453899_130158">Hello,</div><div id="yui_3_16_0_1_1437507453899_130158"><br></div><div id="yui_3_16_0_1_1437507453899_130158" dir="ltr">I have used rsault -sign option to sign a text file which gives me a binary file. I would like to convert this to X509 so that I can use it in a ssl handshake. I understand the command:</div><div id="yui_3_16_0_1_1437507453899_130158" dir="ltr"><br></div><div id="yui_3_16_0_1_1437507453899_130158" dir="ltr">openssl x509 -inform <format> -in <certfile> -out <cert.pem> </div><div id="yui_3_16_0_1_1437507453899_130158" dir="ltr"><br></div><div id="yui_3_16_0_1_1437507453899_130158" dir="ltr">is used. I want to know what the parameters would be for a binary input file.</div><div id="yui_3_16_0_1_1437507453899_130158" dir="ltr"><br></div><div id="yui_3_16_0_1_1437507453899_130158" dir="ltr">Thanks in advance. </div></div></body></html>