RE: Urgent Query: Self Signed Certificate (creation)

2000-12-20 Thread James Xie
This is what I did, hope it helps. You can create a directory and work under this directory. 1. Create a self signed CA openssl genrsa -des3 -out ca.key 1024 (generate CA key) openssl req -new -x509 -days 365 -key ca.key -out ca.crt(Create self signed certif

RE: Urgent Query: Self Signed Certificate (creation)

2000-12-20 Thread Matt Duggan
Sean, I tried doing a creation on a Sun box earlier and it didn't work because of no /dev/random. You could try installing 'EGD' or the 'Entropy Gathering Daemon'... (available from http://www.lothar.com/tech/crypto/ ) but I had little success. In the end I just installed openssl etc on a linux