[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SSL self signed Certs



Hello, 
   It could be that the $cert_dir (/home/sites/$siteName/certs)
is missing.  I would try and re-create the directory.  These two messages
are generated from Ssl.pm:
193:
    if( system("$Openssl_cmd x509 -days $days -req -signkey $cert_dir/key "
          ."-in $cert_dir/request -out $cert_dir/certificate 1>&2") ) {
        return MSG_error("ssl_cant_gen_cert");
    }
297:
if (! -f "$cert_dir/certificate" || ! -f "$cert_dir/key" ) {
        return MSG_error("ssl_cant_files_missing");
 }

Jeff-

<017301c012dc$b43ee620$0200a8c0@xxxxxxxxxxxxx> wrote:
> Hi.
>     Anyone got any clues about the following error messages from a
> RAQ3
>     when trying to generate a self signed cert for a virtual site ?

>>>Cannot generate a new certificate
>>>Certificate files do not exist.

>  SSL is enabled for the site.
>  It appears to generate a key in ../domain/certs
>  I have only one IP addr, but from what i gather i can have SSL
> enabled
>  on one namebased virtual site per IP addr
>  Any help would be appreciated.

> Martin



> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users