"Pablo J. Royo" wrote:
> 
> I´m using this cert from Baltimore with openssl0.9.5a.

This question is for openssl-users not openssl-dev.

> I don´t know why they generate PEM certs with 76 chars in each line, 
> instead of 64 as everybody does.

Should be no problem. Depends on their base64 lib.

> If you take the cert and manually put it with 64
> chars per line and the "BEGIN/END CERTIFICATE" stuff all goes well, but if
> not x509 command says:

What's the problem?

You can either wrap it with (leave the 76 chars/line alone)
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----

or use the command-line:

openssl base64 -in baltimore.base64 -a -d | openssl x509 -inform der

Ciao, Michael.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to