XML certificate? Are you sure that it is a certificate? Never heard about
such thing.

OpenSSL works with x509v3 certificate. There is no such thing as .pfx or
.cer certificate formats, they are x509 format certificates, that may be
encoded on PEM or DER format. This certificates can be put into packages,
like PKCS#7 or PKCS#12 (if im not wrong, pfx is PKCS#12), but then you have
not a certificate anymore, you have a *package* that *contains* a
certificate.

Probably this XML is not *a* certificate, but *maybe* it *contains* a
certificate. Or maybe you are not talking about x509 certificates. We will
need more info, maybe you can provide the contents of the XML.

Att,
Cristian


2010/5/4 Chris Kordish <cskord...@gmail.com>

> Hi,
>
> I need  to convert an XML certificate meant for a Windows system ( which I
> unpacked from a CAB file) into something I can use on a Linux-like
> SmartPhone like *.cer or *.pfx format.  Is there anyway to use openssl (or
> any other tool) to convert from one format to the other ?
>  thanks
> --
> Chris Kordish
>

Reply via email to