Set SSL options to connect to the MongoDB server.
ssl_options(
cert = NULL,
key = cert,
ca = NULL,
ca_dir = NULL,
crl_file = NULL,
allow_invalid_hostname = NULL,
weak_cert_validation = NULL
)
path to PEM file with client certificate, or a certificate as
returned by openssl::read_cert()
path to PEM file with private key from the above certificate, or
a key as returned by openssl::read_key()
. This can
be the same PEM file as cert.
a certificate authority PEM file
directory with CA files
file with revocations
do not verify hostname on server certificate
disable certificate verification