Skip to content

Commit 55d3e8d

Browse files
UgnineSirdisGazizonoki
authored andcommitted
Client certificates options in ydb cli (#8406)
1 parent 79c7038 commit 55d3e8d

File tree

1 file changed

+1
-1
lines changed
  • include/ydb-cpp-sdk/client/driver

1 file changed

+1
-1
lines changed

include/ydb-cpp-sdk/client/driver/driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class TDriverConfig {
4747
//! default: 0
4848
TDriverConfig& SetMaxClientQueueSize(size_t sz);
4949
//! Enable Ssl.
50-
//! caCerts - The buffer containing the PEM encoding of the server root certificates.
50+
//! caCerts - The buffer containing the PEM encoded root certificates for SSL/TLS connections.
5151
//! If this parameter is empty, the default roots will be used.
5252
TDriverConfig& UseSecureConnection(const std::string& caCerts = std::string());
5353
TDriverConfig& UseClientCertificate(const std::string& clientCert, const std::string& clientPrivateKey);

0 commit comments

Comments
 (0)