#include <mongocxx/v_noabi/mongocxx/options/tls.hpp>
◆ allow_invalid_certificates() [1/2]
Retrieves whether or not the driver will check the server's CA file.
- Returns
- Whether or not the driver will check the server's CA file.
◆ allow_invalid_certificates() [2/2]
tls & mongocxx::v_noabi::options::tls::allow_invalid_certificates |
( |
bool | allow_invalid_certificates | ) |
|
If true, the driver will not verify the server's CA file.
- Parameters
-
allow_invalid_certificates | Whether or not to check the server's CA file. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
◆ ca_dir() [1/2]
Retrieves the current path to the CA directory.
- Returns
- The path to the CA directory.
◆ ca_dir() [2/2]
The path to the Certificate Authority directory.
- Parameters
-
ca_dir | The path to the CA directory. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
◆ ca_file() [1/2]
Retrieves the current path to the CA file.
- Returns
- The path to the CA file.
◆ ca_file() [2/2]
The path to the .pem file that contains the root certificate chain from the Certificate Authority.
- Parameters
-
ca_file | The path to the CA file. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
◆ crl_file() [1/2]
Retrieves the current path to the .pem file that contains revoked certificates.
- Returns
- The path to the revoked certificates file.
◆ crl_file() [2/2]
The path to the .pem file that contains revoked certificates.
- Parameters
-
crl_file | The path to the PEM file. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
◆ pem_file() [1/2]
Retrieves the current path to the .pem file.
- Returns
- The path to the .pem file.
◆ pem_file() [2/2]
The path to the .pem file containing a public key certificate and its associated private key.
- Parameters
-
pem_file | The path to the .pem file. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
◆ pem_password() [1/2]
Retrieves the current decryption pass phrase.
- Returns
- The pass phrase.
◆ pem_password() [2/2]
The pass phrase used to decrypt an encrypted PEM file.
- Parameters
-
pem_password | The pass phrase. |
- Returns
- A reference to the object on which this member function is being called. This facilitates method chaining.
The documentation for this class was generated from the following file:
- mongocxx/v_noabi/mongocxx/options/tls.hpp