SSL between JBossWEB and httpd - ClusterListener Configuration Part

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2583

This topic has not yet been written. The content below is from the topic description.
11.1.2. ClusterListener configuration part There is a wiki describing the SSL parameters of the ClusterListener. See in one example how easy the configuration is: The sslKeyStore file contains the private key and the signed certificate of the client certificate JBossWEB uses to connect to httpd. The certificate must be signed by a Cerficate Authority (CA) who certificate is in the conf/server-ca.crt file of the httpd The sslTrustStore file contains the CA certificate of the CA that signed the certificate contained in conf/server.crt file.