From 016fb87039f44bdf3f8829797bb08a71e61483ab Mon Sep 17 00:00:00 2001 From: Hang Chen Date: Thu, 6 Jan 2022 10:55:14 +0800 Subject: [PATCH] update doc (#13614) --- site2/docs/security-tls-authentication.md | 2 +- site2/website-next/docs/security-tls-authentication.md | 2 +- .../versioned_docs/version-2.9.0/security-tls-authentication.md | 2 +- .../versioned_docs/version-2.9.1/security-tls-authentication.md | 2 +- .../versioned_docs/version-2.9.0/security-tls-authentication.md | 2 +- .../versioned_docs/version-2.9.1/security-tls-authentication.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site2/docs/security-tls-authentication.md b/site2/docs/security-tls-authentication.md index 2113865cf2fbc..3369ab8311b8e 100644 --- a/site2/docs/security-tls-authentication.md +++ b/site2/docs/security-tls-authentication.md @@ -75,7 +75,7 @@ superUserRoles=admin # Authentication settings of the broker itself. Used when the broker connects to other brokers, either in same or other clusters brokerClientTlsEnabled=true brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationTls -brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem,tlsKeyFile:/path/my-ca/admin.key-pk8.pem"} +brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem","tlsKeyFile":"/path/my-ca/admin.key-pk8.pem"} brokerClientTrustCertsFilePath=/path/my-ca/certs/ca.cert.pem ``` diff --git a/site2/website-next/docs/security-tls-authentication.md b/site2/website-next/docs/security-tls-authentication.md index 889901a1894ff..e6921bd44181f 100644 --- a/site2/website-next/docs/security-tls-authentication.md +++ b/site2/website-next/docs/security-tls-authentication.md @@ -93,7 +93,7 @@ superUserRoles=admin # Authentication settings of the broker itself. Used when the broker connects to other brokers, either in same or other clusters brokerClientTlsEnabled=true brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationTls -brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem,tlsKeyFile:/path/my-ca/admin.key-pk8.pem"} +brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem","tlsKeyFile":"/path/my-ca/admin.key-pk8.pem"} brokerClientTrustCertsFilePath=/path/my-ca/certs/ca.cert.pem ``` diff --git a/site2/website-next/versioned_docs/version-2.9.0/security-tls-authentication.md b/site2/website-next/versioned_docs/version-2.9.0/security-tls-authentication.md index 6460735c2ebcf..f3c32a05d9751 100644 --- a/site2/website-next/versioned_docs/version-2.9.0/security-tls-authentication.md +++ b/site2/website-next/versioned_docs/version-2.9.0/security-tls-authentication.md @@ -94,7 +94,7 @@ superUserRoles=admin # Authentication settings of the broker itself. Used when the broker connects to other brokers, either in same or other clusters brokerClientTlsEnabled=true brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationTls -brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem,tlsKeyFile:/path/my-ca/admin.key-pk8.pem"} +brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem","tlsKeyFile":"/path/my-ca/admin.key-pk8.pem"} brokerClientTrustCertsFilePath=/path/my-ca/certs/ca.cert.pem ``` diff --git a/site2/website-next/versioned_docs/version-2.9.1/security-tls-authentication.md b/site2/website-next/versioned_docs/version-2.9.1/security-tls-authentication.md index 6460735c2ebcf..f3c32a05d9751 100644 --- a/site2/website-next/versioned_docs/version-2.9.1/security-tls-authentication.md +++ b/site2/website-next/versioned_docs/version-2.9.1/security-tls-authentication.md @@ -94,7 +94,7 @@ superUserRoles=admin # Authentication settings of the broker itself. Used when the broker connects to other brokers, either in same or other clusters brokerClientTlsEnabled=true brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationTls -brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem,tlsKeyFile:/path/my-ca/admin.key-pk8.pem"} +brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem","tlsKeyFile":"/path/my-ca/admin.key-pk8.pem"} brokerClientTrustCertsFilePath=/path/my-ca/certs/ca.cert.pem ``` diff --git a/site2/website/versioned_docs/version-2.9.0/security-tls-authentication.md b/site2/website/versioned_docs/version-2.9.0/security-tls-authentication.md index 6de7e0fd22d2a..4690c2056e50c 100644 --- a/site2/website/versioned_docs/version-2.9.0/security-tls-authentication.md +++ b/site2/website/versioned_docs/version-2.9.0/security-tls-authentication.md @@ -76,7 +76,7 @@ superUserRoles=admin # Authentication settings of the broker itself. Used when the broker connects to other brokers, either in same or other clusters brokerClientTlsEnabled=true brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationTls -brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem,tlsKeyFile:/path/my-ca/admin.key-pk8.pem"} +brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem","tlsKeyFile":"/path/my-ca/admin.key-pk8.pem"} brokerClientTrustCertsFilePath=/path/my-ca/certs/ca.cert.pem ``` diff --git a/site2/website/versioned_docs/version-2.9.1/security-tls-authentication.md b/site2/website/versioned_docs/version-2.9.1/security-tls-authentication.md index 71bd17e402765..cb6c5006ee8dc 100644 --- a/site2/website/versioned_docs/version-2.9.1/security-tls-authentication.md +++ b/site2/website/versioned_docs/version-2.9.1/security-tls-authentication.md @@ -76,7 +76,7 @@ superUserRoles=admin # Authentication settings of the broker itself. Used when the broker connects to other brokers, either in same or other clusters brokerClientTlsEnabled=true brokerClientAuthenticationPlugin=org.apache.pulsar.client.impl.auth.AuthenticationTls -brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem,tlsKeyFile:/path/my-ca/admin.key-pk8.pem"} +brokerClientAuthenticationParameters={"tlsCertFile":"/path/my-ca/admin.cert.pem","tlsKeyFile":"/path/my-ca/admin.key-pk8.pem"} brokerClientTrustCertsFilePath=/path/my-ca/certs/ca.cert.pem ```