Skip to content

Commit

Permalink
Document mutual TLS for Upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
RufusJWB authored May 13, 2024
1 parent 8609086 commit 37fe3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ It should contain the key/value pairs described below in any order:
|--|--|--|--|:--|
| mandatory || UpstreamURI|URI|server URL to connect to |
|optional| 30 | Timeout|integer|HTTPS connect and read timeout in seconds, 0 or negative value means wait forever |
|optional|accept all|ClientTrust|[`VerificationContext`](#the-verificationcontext-object)|TLS client trust|
|optional|accept all|ClientTrust|[`VerificationContext`](#the-verificationcontext-object)|TLS client trust for validation of server side TLS|
|optional|false|DisableHostnameVerification|boolean|suppress verification of server hostname against server certificate|
|mandatory||ClientCredentials|[`SignatureCredentialContext`](#the-signaturecredentialcontext-object)|TLS client credentials|
|optional|no client side TLS|ClientCredentials|[`SignatureCredentialContext`](#the-signaturecredentialcontext-object)|TLS client credentials for mutual TLS connections|


### The `CoapClient` object
Expand Down

0 comments on commit 37fe3d6

Please sign in to comment.