You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2024/03/05 10:27:37 UTC

(pulsar-site) branch main updated: Fix proxy tls doc error (#704)

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f15b6e58aec3 Fix proxy tls doc error (#704)
f15b6e58aec3 is described below

commit f15b6e58aec38bde12e6c0a94d2c19cd101d826a
Author: Jiwei Guo <te...@apache.org>
AuthorDate: Tue Mar 5 18:27:31 2024 +0800

    Fix proxy tls doc error (#704)
    
    Co-authored-by: Kiryl Valkovich <vi...@gmail.com>
---
 versioned_docs/version-2.10.x/security-tls-transport.md | 4 ++--
 versioned_docs/version-2.11.x/security-tls-transport.md | 4 ++--
 versioned_docs/version-2.8.x/security-tls-transport.md  | 4 ++--
 versioned_docs/version-2.9.x/security-tls-transport.md  | 4 ++--
 versioned_docs/version-3.0.x/security-tls-transport.md  | 4 ++--
 versioned_docs/version-3.1.x/security-tls-transport.md  | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/versioned_docs/version-2.10.x/security-tls-transport.md b/versioned_docs/version-2.10.x/security-tls-transport.md
index 3898442279f3..9d20a7b071af 100644
--- a/versioned_docs/version-2.10.x/security-tls-transport.md
+++ b/versioned_docs/version-2.10.x/security-tls-transport.md
@@ -192,8 +192,8 @@ Proxies need to configure TLS in two directions, for clients connecting to the p
 
 # For clients connecting to the proxy
 tlsEnabledInProxy=true
-tlsCertificateFilePath=/path/to/broker.cert.pem
-tlsKeyFilePath=/path/to/broker.key-pk8.pem
+tlsCertificateFilePath=/path/to/proxy.cert.pem
+tlsKeyFilePath=/path/to/proxy.key-pk8.pem
 tlsTrustCertsFilePath=/path/to/ca.cert.pem
 
 # For the proxy to connect to brokers
diff --git a/versioned_docs/version-2.11.x/security-tls-transport.md b/versioned_docs/version-2.11.x/security-tls-transport.md
index 93ca891de1d8..f41aa94ff090 100644
--- a/versioned_docs/version-2.11.x/security-tls-transport.md
+++ b/versioned_docs/version-2.11.x/security-tls-transport.md
@@ -238,8 +238,8 @@ webServicePortTls=8081
 
 # configure certificates for clients to connect proxy
 tlsRequireTrustedClientCertOnConnect=true
-tlsCertificateFilePath=/path/to/broker.cert.pem
-tlsKeyFilePath=/path/to/broker.key-pk8.pem
+tlsCertificateFilePath=/path/to/proxy.cert.pem
+tlsKeyFilePath=/path/to/proxy.key-pk8.pem
 
 # enable mTLS
 tlsTrustCertsFilePath=/path/to/ca.cert.pem
diff --git a/versioned_docs/version-2.8.x/security-tls-transport.md b/versioned_docs/version-2.8.x/security-tls-transport.md
index f5a8ceb7a4f1..8dc4a0acf1a1 100644
--- a/versioned_docs/version-2.8.x/security-tls-transport.md
+++ b/versioned_docs/version-2.8.x/security-tls-transport.md
@@ -174,8 +174,8 @@ Proxies need to configure TLS in two directions, for clients connecting to the p
 
 # For clients connecting to the proxy
 tlsEnabledInProxy=true
-tlsCertificateFilePath=/path/to/broker.cert.pem
-tlsKeyFilePath=/path/to/broker.key-pk8.pem
+tlsCertificateFilePath=/path/to/proxy.cert.pem
+tlsKeyFilePath=/path/to/proxy.key-pk8.pem
 tlsTrustCertsFilePath=/path/to/ca.cert.pem
 
 # For the proxy to connect to brokers
diff --git a/versioned_docs/version-2.9.x/security-tls-transport.md b/versioned_docs/version-2.9.x/security-tls-transport.md
index f5a8ceb7a4f1..8dc4a0acf1a1 100644
--- a/versioned_docs/version-2.9.x/security-tls-transport.md
+++ b/versioned_docs/version-2.9.x/security-tls-transport.md
@@ -174,8 +174,8 @@ Proxies need to configure TLS in two directions, for clients connecting to the p
 
 # For clients connecting to the proxy
 tlsEnabledInProxy=true
-tlsCertificateFilePath=/path/to/broker.cert.pem
-tlsKeyFilePath=/path/to/broker.key-pk8.pem
+tlsCertificateFilePath=/path/to/proxy.cert.pem
+tlsKeyFilePath=/path/to/proxy.key-pk8.pem
 tlsTrustCertsFilePath=/path/to/ca.cert.pem
 
 # For the proxy to connect to brokers
diff --git a/versioned_docs/version-3.0.x/security-tls-transport.md b/versioned_docs/version-3.0.x/security-tls-transport.md
index f2a2df0834f0..77ccb68a21ec 100644
--- a/versioned_docs/version-3.0.x/security-tls-transport.md
+++ b/versioned_docs/version-3.0.x/security-tls-transport.md
@@ -237,8 +237,8 @@ servicePortTls=6651
 webServicePortTls=8081
 
 # configure certificates for clients to connect proxy
-tlsCertificateFilePath=/path/to/broker.cert.pem
-tlsKeyFilePath=/path/to/broker.key-pk8.pem
+tlsCertificateFilePath=/path/to/proxy.cert.pem
+tlsKeyFilePath=/path/to/proxy.key-pk8.pem
 tlsTrustCertsFilePath=/path/to/ca.cert.pem
 
 # enable mTLS
diff --git a/versioned_docs/version-3.1.x/security-tls-transport.md b/versioned_docs/version-3.1.x/security-tls-transport.md
index f2a2df0834f0..77ccb68a21ec 100644
--- a/versioned_docs/version-3.1.x/security-tls-transport.md
+++ b/versioned_docs/version-3.1.x/security-tls-transport.md
@@ -237,8 +237,8 @@ servicePortTls=6651
 webServicePortTls=8081
 
 # configure certificates for clients to connect proxy
-tlsCertificateFilePath=/path/to/broker.cert.pem
-tlsKeyFilePath=/path/to/broker.key-pk8.pem
+tlsCertificateFilePath=/path/to/proxy.cert.pem
+tlsKeyFilePath=/path/to/proxy.key-pk8.pem
 tlsTrustCertsFilePath=/path/to/ca.cert.pem
 
 # enable mTLS