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]