momo-jun commented on code in PR #16924: URL: https://github.com/apache/pulsar/pull/16924#discussion_r939787371
########## site2/docs/security-tls-authentication.md: ########## @@ -124,15 +117,10 @@ When you use TLS authentication, client connects via TLS transport. You need to [Command-line tools](reference-cli-tools.md) like [`pulsar-admin`](/tools/pulsar-admin/), [`pulsar-perf`](reference-cli-tools.md#pulsar-perf), and [`pulsar-client`](reference-cli-tools.md#pulsar-client) use the `conf/client.conf` config file in a Pulsar installation. -You need to add the following parameters to that file to use TLS authentication with the CLI tools of Pulsar: +You need to add the following parameters to that file to use TLS authentication with the CLI tools of Pulsar, alongside [the configuration to enable tls transport](security-tls-transport.md#cli-tools): Review Comment: ```suggestion To use TLS authentication with the CLI tools of Pulsar, you need to add the following parameters to the `conf/client.conf` file, alongside [the configuration to enable TLS transport](security-tls-transport.md#cli-tools): ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
