Re: [us...@httpd] mod_ssl newbie question

2010-03-17 Thread howard chen
Thanks. On Wed, Mar 17, 2010 at 11:13 PM, Mark Watts wrote: > If you are hosting the same site on two machines, and load-balancing > between the two, then yes; assuming your Certificate is licensed for two > machines, you can use the same Key/Certificate pair on both machines. > > You would *not

Re: [us...@httpd] mod_ssl newbie question

2010-03-17 Thread Mark Watts
On Wed, 2010-03-17 at 23:02 +0800, howard chen wrote: > Hi, > > On Wed, Mar 17, 2010 at 10:41 PM, Philip Wigg wrote: > > You would have generated a public key and a private key initially > > (they're a pair) because your public key is needed to generate your > > CSR (Certificate Signing Request).

Re: [us...@httpd] mod_ssl newbie question

2010-03-17 Thread howard chen
Hi, On Wed, Mar 17, 2010 at 10:41 PM, Philip Wigg wrote: > You would have generated a public key and a private key initially > (they're a pair) because your public key is needed to generate your > CSR (Certificate Signing Request). > Thanks for your link. So it seems that now I missed the priva

Re: [us...@httpd] mod_ssl newbie question

2010-03-17 Thread Philip Wigg
On 17 March 2010 14:32, howard chen wrote: > I have a .crt file and it is issued by a CA. > > By looking at the .crt file, the Private Key is not included in the .crt file. > > My question: How can I generate the Private Key so I can use the > directive SSLCertificateKeyFile? > > reference: > htt

[us...@httpd] mod_ssl newbie question

2010-03-17 Thread howard chen
I have a .crt file and it is issued by a CA. By looking at the .crt file, the Private Key is not included in the .crt file. My question: How can I generate the Private Key so I can use the directive SSLCertificateKeyFile? reference: http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslcertifica