-- /usr/local/ssl/bin/openssl req -new -nodes -keyout myserver.key \ -out server.csr unable to load 'random state' This means that the random number generator has not been seeded with much random data. Generating a 1024 bit RSA private key 8797:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not \ seeded:md_rand.c:503: You need to read the OpenSSL FAQ, http://www.openssl.org/support/faq.html 8797:error:04069003:rsa routines:RSA_generate_key:BN lib:rsa_gen.c:182: -- http://www.openssl.org/support/faq.html Why do I get a "PRNG not seeded" error message? --> http://www.cosy.sbg.ac.at/~andi/SUNrand/ ANDIrand-0.7-5.7-sparc-1.pkg ...works fine now -- check certificate (public key) sent back from Sarah with: openssl x509 -in IssuedCert.b64_sarah_2 -text -noout this should include Subject: C=UK, CN=www.clip.man.ac.uk
These
openssl rsa -noout -modulus -in myserver.key | openssl md5 openssl req -noout -modulus -in server.csr | openssl md5 openssl x509 -noout -modulus -in IssuedCert.b64_sarah_2 | openssl md5should give the same result.
Could not get to work; was wrong route! We want a server-certificate, not a client-certificate! See
-- http://research.imb.uq.edu.au/~l.rathbone/ldap/tls.shtml
...previous | up (conts) | next... |