OpenSSL 0.9.7
Trying to sign a server key with CA.sh or CA.pl

./CA.sh -newca
openssl req -new -nodes -keyout newreq.pem -out newreq.pem
./CA.sh -sign

however the CA.sh (or .pl) script core dumps on signing the sig
at the commit stage:
....
Sign the certificate? [y/n]:y
1 out of 1 certificate requests certified, commit? [y/n]y
Write out database with 1 new entries
Data Base Updated
./CA.sh: line 130: 23700 Segmentation fault      (core dumped) $CA -policy 
policy_anything -out newcert.pem -infiles newreq.pem
Certificate:
    Data:
                .....

I've just tried this again with a fresh install of openssl 0.9.7
It's on a redhat 8.0 system. Could it be due to a conflict between
the RH installed openssl libs and my local copy? RH 8.0 has
openssl 0.9.6b but my $path is bypassing it.

Thanks,

Paul



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

Reply via email to