Skip to content

Commit 86690ca

Browse files
committed
Quote ssl option symbols
1 parent 64c02d0 commit 86690ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/tutorials/ruby-driver-create-client.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -516,24 +516,24 @@ Ruby Options
516516
* - ``:ssl_ca_cert``
517517
- The file path containing concatenated certificate authority certificates
518518
used to validate certs passed from the other end of the connection.
519-
One of :ssl_ca_cert, :ssl_ca_cert_string or :ssl_ca_cert_object
520-
(in order of priority) is required for :ssl_verify.
519+
One of ``:ssl_ca_cert``, ``:ssl_ca_cert_string`` or ``:ssl_ca_cert_object``
520+
(in order of priority) is required for ``:ssl_verify``.
521521
- ``String``
522522
- none
523523

524524
* - ``:ssl_ca_cert_object``
525525
- An array of OpenSSL::X509::Certificate representing the certificate
526526
authority certificates used to validate certs passed from the other end
527-
of the connection. One of :ssl_ca_cert, :ssl_ca_cert_string or
528-
:ssl_ca_cert_object (in order of priority) is required for :ssl_verify.
527+
of the connection. One of ``:ssl_ca_cert``, ``:ssl_ca_cert_string`` or
528+
``:ssl_ca_cert_object`` (in order of priority) is required for ``:ssl_verify``.
529529
- ``Array< OpenSSL::X509::Certificate >``
530530
- none
531531

532532
* - ``:ssl_ca_cert_string``
533533
- A string containing concatenated certificate authority certificates
534534
used to validate certs passed from the other end of the connection.
535-
One of :ssl_ca_cert, :ssl_ca_cert_string or :ssl_ca_cert_object
536-
(in order of priority) is required for :ssl_verify.
535+
One of ``:ssl_ca_cert``, ``:ssl_ca_cert_string`` or ``:ssl_ca_cert_object``
536+
(in order of priority) is required for ``:ssl_verify``.
537537
- ``String``
538538
- none
539539

0 commit comments

Comments
 (0)