This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new e8cadf9 Add encryption as the first option to secure a cluster
e8cadf9 is described below
commit e8cadf94b63c4dce947ad5d0cb72b0fdea540cb1
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Jan 20 16:58:02 2020 +0000
Add encryption as the first option to secure a cluster
---
webapps/docs/config/cluster.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/webapps/docs/config/cluster.xml b/webapps/docs/config/cluster.xml
index 36bbf0d..91e8328 100644
--- a/webapps/docs/config/cluster.xml
+++ b/webapps/docs/config/cluster.xml
@@ -52,6 +52,7 @@ to run a cluster on a insecure, untrusted network.</p>
<p>There are many options for providing a secure, trusted network for use by a
Tomcat cluster. These include:</p>
<ul>
+ <li><a
href="cluster-interceptor.html#org.apache.catalina.tribes.group.interceptors.EncryptInterceptor_Attributes">EncryptInterceptor</a></li>
<li>private LAN</li>
<li>a Virtual Private Network (VPN)</li>
<li>IPSEC</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]