We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c7038 commit 55d3e8dCopy full SHA for 55d3e8d
include/ydb-cpp-sdk/client/driver/driver.h
@@ -47,7 +47,7 @@ class TDriverConfig {
47
//! default: 0
48
TDriverConfig& SetMaxClientQueueSize(size_t sz);
49
//! Enable Ssl.
50
- //! caCerts - The buffer containing the PEM encoding of the server root certificates.
+ //! caCerts - The buffer containing the PEM encoded root certificates for SSL/TLS connections.
51
//! If this parameter is empty, the default roots will be used.
52
TDriverConfig& UseSecureConnection(const std::string& caCerts = std::string());
53
TDriverConfig& UseClientCertificate(const std::string& clientCert, const std::string& clientPrivateKey);
0 commit comments