On Fri, Feb 05, 1999, Cheah Ling wrote:

>         For the  CA,  I've already created my RSA private
> key for CA and a self-signed CA cert(X509). When I try to use
> the ./sign.sh server.csr  command to sign the CSR and the results in a
> server.cert file, the following errors messages occured:-
>  (Seems like the system couldn't find the ca.key file.....but it's
> there..)
> 
> Any ideas??
> 
>      CA signing: /etc/httpd/conf/ssl.csr/server.csr ->
> /etc/httpd/conf/ssl.crt/server.csr:

Seems like you did not use "sign.sh server.csr". Instead you used "sign.sh
/etc/httpd/conf/ssl.csr/server.csr" which confused the script. It's a quick
hack, so don't expect it be clever. It's written to have all in the current
working directory. So use it this way or you've at least to enhance it a
little bit.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to