ssl_options | R Documentation |
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
)
cert |
path to PEM file with client certificate, or a certificate as
returned by |
key |
path to PEM file with private key from the above certificate, or
a key as returned by |
ca |
a certificate authority PEM file |
ca_dir |
directory with CA files |
crl_file |
file with revocations |
allow_invalid_hostname |
do not verify hostname on server certificate |
weak_cert_validation |
disable certificate verification |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.