[For the list archives]
I think this is now cleared up - openssl by default uses \n rather than
\r\n. However, it is possible to change the format using a simple perl
script (or, apparently, by emailing certificates). Whether lines end
with \n or \r\n does not affect certificate use.
Andrew
PS: unix->msdos perl -pi.bak -e 's/\n/\r\n/' foo.pem
msdos->unix perl -pi.bak -e 's/\r\n/\n/' foo.pem
Raul Gutierrez Rodriguez wrote:
[...]
> > Raul Gutierrez Rodriguez wrote:
> > > All the file in text format that OpenSSL write create in the unix text
> > > file format. What can i do so that create all the file in msdos text
> > > file format?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]