Hello,
> The problem is with my x509. What do I do to fix that?
> 
> On 8/23/06, Marek Marcola <[EMAIL PROTECTED] > wrote:
>         Hello,
>         >
>         >         Hi. I am new at this and at my wits end. I keep on
>         getting the 
>         >         same error when I try and start lighttpd. I have
>         rekeyed my
>         >         cert 2 times now so I am fairly certain that it is
>         not a
>         >         problem there. I have redone the KEY and CSR as
>         well. I do not 
>         >         know what to do. Please let me know if you have any
>         ideas.
>         >
>         >         [EMAIL PROTECTED]:/etc/lighttpd# lighttpd
>         >         -f /etc/lighttpd/lighttpd.conf
>         >         2006-08-21 15:38:03: (network.c.362 ) SSL: Private
>         key does not
>         >         match the certificate public key, reason:
>         error:0906D06C:PEM
>         >         routines:PEM_read_bio:no start
>         >
>         line /www/app.tickspot.com/www*.simplethought.com.pem 
I don't use lighttpd but from doc this seems that you should put
PEM key and cert in one file:
        $ cat key.pem crt.pem > host.pem
and use this file in ssl.pemfile directive.
Information "no start line ..." may indicate that x509 was not read
because, for example, there was no x509 cert in this file :-)

Best regards,
-- 
Marek Marcola <[EMAIL PROTECTED]>

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

Reply via email to