[squid-users] getting a CA to take PEM format csrs

2003-08-27 Thread Jonathan Giles
hello: I have a working config for an https accel setup, but I have hit a big problem. I have looked over the lists and have not found how other people deal with this. I work with Thawte.com to get other certs for other https (apache) servers, and they have told me they do not accept PEM

Re: [squid-users] getting a CA to take PEM format csrs

2003-08-27 Thread Jonathan Giles
Henrik: Again thanks for the help. I went through the apache mod_ssl directions to the letter, and still having trouble. here are the commands they refer to. openssl genrsa -des3 -out www.virtualhost.com.key 1024 openssl req -new -key www.virtualhost.com.key -out www.virtualhost.com.csr

Re: [squid-users] getting a CA to take PEM format csrs

2003-08-27 Thread Henrik Nordstrom
On Wed, 27 Aug 2003, Jonathan Giles wrote: Henrik: Again thanks for the help. I went through the apache mod_ssl directions to the letter, and still having trouble. here are the commands they refer to. openssl genrsa -des3 -out www.virtualhost.com.key 1024 If you use encrypted RSA

Re: [squid-users] getting a CA to take PEM format csrs

2003-08-27 Thread Jonathan Giles
Thanks. Got it. So I would start by hand with -N, put in my passphrase, suspend it with a cntrl z, then bg it? I just tried this and it works. Thanks again for the help. jg On Wednesday, August 27, 2003, at 12:58 PM, Henrik Nordstrom wrote: On Wed, 27 Aug 2003, Jonathan Giles wrote: Henrik:

Re: [squid-users] getting a CA to take PEM format csrs

2003-08-27 Thread Henrik Nordstrom
On Wednesday 27 August 2003 19.13, Jonathan Giles wrote: Thanks. Got it. So I would start by hand with -N, put in my passphrase, suspend it with a cntrl z, then bg it? Or use a unencrypted key where no passphrase is needed. Regards Henrik