Re: Generating Certificates and running the server

1999-08-06 Thread Ben Laurie
Joe Novielli wrote: > > I'm trying to generating a self signed certificate that expires in 3 > days with: > > openssl req -new -x509 -nodes -out httpsd.pem -keyout httpsd.pem -days 3 > > (Note: not sure if I MUST use a openssl.cnf file - I don't use it in the > above statement). > >

Generating Certificates and running the server

1999-08-05 Thread Joe Novielli
I'm trying to generating a self signed certificate that expires in 3 days with: openssl req -new -x509 -nodes -out httpsd.pem -keyout httpsd.pem -days 3 (Note: not sure if I MUST use a openssl.cnf file - I don't use it in the above statement). In my httpsd.conf file, when I specify