Here is the solution to the problem.
(maybe it could be helpful for other people)
member U-0176 wrote:
>here is my ssleay.cnf file :
RANDFILE = $ENV::HOME/.rnd
####################################################################
[ ca ]
default_ca = CA_default # The default ca section
####################################################################
[ CA_default ]
dir = ./demoCA # Where everything is kept
certs = $dir/certs # Where the issued certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
new_certs_dir = $dir/newcerts # default place for new certs.
certificate = $dir/cacert.pem # The CA certificate
serial = $dir/serial # The current serial number
crl = $dir/crl.pem # The current CRL
private_key = $dir/private/cakey.pem# The private key
RANDFILE = $dir/private/.rand # private random number file
> Tim Hudson wrote :
Okay ... do you have a "./demoCA" directory with a
./demoCA/cacert.pem
and ./demoCA/private/cakey.pem file perhaps? If ssleay ca is seeing this
config file then that is what it will be using ... which would mean that
you are using a different key to sign things than what you think you are
using.
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+