Using this procedure:

cd /
openssl md5 * > /private/var/root/rand.dat

cd /private/var/root/
openssl genrsa -des3 -out server.key -rand rand.dat 1024
openssl req -new -key server.key -out server.csr
openssl genrsa -des3 -out ca.key -rand rand.dat 1024
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
/private/var/root/sign.sh server.csr


On Platform:
Apache 1.3.22, MacOS X 10.1.3 - self signing error ?

I get -

Check that the request matches the signature
Signature ok
The Subjects Distinguished Name is as follows
countryName           :PRINTABLE:'US'
stateOrProvinceName   :PRINTABLE:'Florida'
localityName          :PRINTABLE:'Jacksonville'
organizationName      :PRINTABLE:'FCCJ'
organizationalUnitName:PRINTABLE:'courseware support'
commonName            :PRINTABLE:'sneex.fccj.edu'
emailAddress          :IA5STRING:'[EMAIL PROTECTED]'
Certificate is to be certified until Mar 27 20:13:54 2003 GMT (365 days)
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 verifying: server.crt <-> CA cert
server.crt: /C=US/ST=Florida/L=Jacksonville/O=FCCJ/OU=courseware
[EMAIL PROTECTED]
error 18 at 0 depth lookup:self signed certificate
/C=US/ST=Florida/L=Jacksonville/O=FCCJ/OU=courseware
[EMAIL PROTECTED]
error 7 at 0 depth lookup:certificate signature failure


Is this an error I can ignore?  If not, how can I fix it?

BTW - The clients I have tried all fail to connect to 443 ...


Help?
-Sx-  :]

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to