Re: Generating custom ssl certificate

2003-07-02 Thread Paul C. Bryan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miranda, Joel Louie M wrote: | Yes, that's it thanks paul. I was hoping to erase the pass scheme | while starting apache do you happen to know the command to remove the | pass on the cert? I this this will do it: openssl rsa -in privkey.pem -out privk

RE: Generating custom ssl certificate

2003-07-02 Thread Joyce, Matthew
to/certs/new.cert.cert SSLCertificateKeyFile /path/to/certs/new.cert.key Matt -- > -Original Message- > From: Miranda, Joel Louie M [mailto:[EMAIL PROTECTED] > Sent: Thursday, 3 July 2003 11:54 AM > To: 'Paul C. Bryan'; '[EMAIL PROTECTED]' > Sub

RE: Generating custom ssl certificate

2003-07-02 Thread Miranda, Joel Louie M
AM To: '[EMAIL PROTECTED]' Subject: Re: Generating custom ssl certificate -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miranda, Joel Louie M wrote: | Hi, does anyone remember how to generate custom ssl certificate using | openssl? If you mean self-signed certificate, try: # openssl ge

Re: Generating custom ssl certificate

2003-07-02 Thread Paul C. Bryan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miranda, Joel Louie M wrote: | Hi, does anyone remember how to generate custom ssl certificate using | openssl? If you mean self-signed certificate, try: # openssl genrsa -des3 -out privkey.pem 2048 # openssl req -new -x509 -key privkey.pem -out cacer