I have a cluster of JBoss servers,and use a Apache as load balancer.to enable https access,where should I put certificate,on each JBoss node,or Apache web server?
my thinking is I should put it on apache since it is imposible to apply certificates for each jboss node.
but what if I use a hardware load balancer later in stead of apache web server?then,where I put it?
thank you
-
where to put certificate in cluster (2 messages)
- Posted by: zhang zhang
- Posted on: February 23 2005 20:07 EST
Threaded Messages (2)
- where to put certificate in cluster by adrian osullivan on February 24 2005 08:08 EST
- where to put certificate in cluster by zhang zhang on February 25 2005 16:55 EST
-
where to put certificate in cluster[ Go to top ]
- Posted by: adrian osullivan
- Posted on: February 24 2005 08:08 EST
- in response to zhang zhang
Why do you say its impossible to have the certificate on multiple nodes? Its not. You can install a certificate on any number of nodes. Then you can use Apache, JBoss or whatever you like. -
where to put certificate in cluster[ Go to top ]
- Posted by: zhang zhang
- Posted on: February 25 2005 16:55 EST
- in response to adrian osullivan
I got it.thank you