TlsCredentials: fix a typo in comments (#27115)

pull/27137/head
ZhenLian 3 years ago committed by GitHub
parent 0ade950b64
commit 3c2a154dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h

@ -108,7 +108,8 @@ class FileWatcherCertificateProvider final
// Read the root certificates from files and update the distributor.
absl::optional<std::string> ReadRootCertificatesFromFile(
const std::string& root_cert_full_path);
// Read the root certificates from files and update the distributor.
// Read the private key and the certificate chain from files and update the
// distributor.
absl::optional<PemKeyCertPairList> ReadIdentityKeyCertPairFromFiles(
const std::string& private_key_path,
const std::string& identity_certificate_path);

Loading…
Cancel
Save