To convert a PEM file to a DER file, use the following command (with OpenSSL):
openssl x509 -in [PEM_FILE] -inform PEM -out [DER_FILE] -outform DER To split the key and certificate into two separate files, I think your best bet is to do this manually with a text editor, before doing the conversion. I don't know of a "command" that will do that for you. John -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
