Hi Jan,

apache needs the certificates in PEM-format (the default format with
openssl).
you can check the format very easy: pem is ascii (base64) with ----begin
certificate--- and ---end certificate--

you could also try it with openssl:

openssl x509 -in <cert> -inform DER -... should open the certificate if it's
in DER
openssl x509 -in <cert> -... should open the certificate if it's in PEM

if it's in DER, convert it to pem

openssl x509 -in <cert> -inform DER -out <cert-pem>

Kind regards,

Chris

--
--
Christian Pohl
secaron AG
"Eberle, Jan" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:secaron.mail2news-gw.9BFC7A7D6B40174AA4FE686DF73C48F8935B58@stgexcsrv1.
internal.adsolutions-group.com...
> Hi there,
>
> I am new at openssl. I created own CA and Host certs and all works fine.
> Then i tried to use a cert from a trust center,  but apache didnt start
with SSL.
> it stopped with the message "The Application in "0x..." points on memory
in "0x000000c". "read" couldnt execute"
> can someone help me or give me a step by step introduction to use
certificates created by other services ?
>
> thanks Jan
> _________________________________________________________________________
>
> Diese Nachricht wurde von F-Secure Anti-Virus für Mail Server
> (Lotus Domino, Exchange, MIMESweeper und Internet Mail)
> auf Viren Infektionen geprüft.
>
> Informationen zu diesen und anderen Sicherheitsprodukten erhalten Sie
unter:
> [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