That's strange, I used the following command without problems:
openssl x509 -in certs\user1.pem -inform PEM -out certs\user1.cer -outform
DER

What's the error exactly?

----- Original Message -----
From: Lenya Khachaturov <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 16, 2000 9:19 AM
Subject: Making server certificate for Apache


> Hi there,
>
> I have a following problem: I need to create a server certificate
> to use with an Apache web server. So I create a self-signed root
> certificate, generate a request and, finally, sign it. So, I want
> to use the certificate I've got with Apache, but the file contains
> some information before the certificate text (is it PEM encoding?).
> Even if I cut it from the file, Apache kicks me with an error.
> So I guess I need to convert it to DER. Am I right? If I need to
> do it, what's the right command, the one like this doesn't work:
>
> openssl x509 -inform PEM -in ServCert.pem -outform DER -out
> ServCert.crt
>
> Please help me!
> --
> Best regards,
>  Lenya                          mailto:[EMAIL PROTECTED]
>
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
>

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

Reply via email to