Marcec Nevesin wrote:
> 
> Help
> I have exported certificate in *.DER format, and my mail client import formates:
> *.crt and *.cer.
> How can I convert them, or where I can read about this
> Thanks

Hi,

usually the .crt extension stands for standard PEM format, try converting
it simply using openssl:

        $ openssl -inform der -outform pem -in $certfile.der -out $certfile.crt

C'you,

        Massimiliano Pala ([EMAIL PROTECTED])

S/MIME Cryptographic Signature

Reply via email to