Re: Verisigning Pains
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Verisigning Pains



Dan Riley wrote:
> 

> SSLCACertificatePath /usr/local/certs
> SSLCACertificateFile /usr/local/certs/key.pem
> SSLCertificateFile /usr/local/certs/vtrial.key
> 
> # If the key is not combined with the certificate, use this directive to
> # point at the key file. If this starts with a '/' it specifies an
> absolute
> # path, otherwise it is relative to the default certificate area. That
> is, it
> # means "<default>/private/<keyfile>".
> #SSLCertificateKeyFile /usr/local/certs/vtrial.key
> 
> When starting the server I get this error:
> 
> Error reading private key file /usr/local/certs/vtrial.key:
> 11369:error:0906D06C:PEM routines:PEM_read_bio:no start
> line:pem_lib.c:623
> 



Thanks to all who replied. I find this list very informative and
friendly. 

I found the answer in the archives, silly me. I simply had my keys and
certs mixed up as many pointed out.

Dan Riley