mongoc_ssl_opt_t
Synopsis
typedef struct { const char *pem_file; const char *pem_pwd; const char *ca_file; const char *ca_dir; const char *crl_file; bool weak_cert_validation; void *padding [8]; } mongoc_ssl_opt_t;
Description
This structure is used to set the SSL options for a mongoc_client_t.