Re: Apache-SSL 'n Cert Fun

2003-03-01 Thread Teddy Knab
I have been signing my own certs. Is that what you are typing about ? Here is a short clip of what I did: self signed cert 505 openssl genrsa -des3 -out ca.key 2048 510 openssl req -new -x509 -days 3652 -key ca.key -out ca.crt 2nd try docs from http://www.apache-ssl.org/#FAQ 545 openssl re

Re: Apache-SSL 'n Cert Fun

2003-03-01 Thread Teddy Knab
I have been signing my own certs. Is that what you are typing about ? Here is a short clip of what I did: self signed cert 505 openssl genrsa -des3 -out ca.key 2048 510 openssl req -new -x509 -days 3652 -key ca.key -out ca.crt 2nd try docs from http://www.apache-ssl.org/#FAQ 545 openssl re