Skip to content

Commit 43e086a

Browse files
committed
Adding the word "certificate" to the SSL docs
This ensures that if someone searches on "certificate" instead of "SSL", they'll find this section.
1 parent e7a3b09 commit 43e086a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/creating-client.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ client = Client(host='example.marklogic.cloud', cloud_api_key='some-key-value',
101101

102102
Configuring SSL connections is the same as
103103
[documented for the `requests` library](https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification).
104-
As a convience, the `Client` constructor includes a `verify` argument so that it does not need to be configured on the
104+
As a convience, the `Client` constructor includes a `verify` argument for specifying a client certificate
105+
so that it does not need to be configured on the
105106
`Client` instance after it's been constructed nor on every request:
106107

107108
```

0 commit comments

Comments
 (0)