Deployed 3919153
with MkDocs version: 1.1
This commit is contained in:
@ -330,7 +330,8 @@ uint32_t m = webSocket.getMaxWaitBetweenReconnectionRetries();
|
||||
<pre><code class="cpp">webSocket.setTLSOptions({
|
||||
.certFile = "path/to/cert/file.pem",
|
||||
.keyFile = "path/to/key/file.pem",
|
||||
.caFile = "path/to/trust/bundle/file.pem"
|
||||
.caFile = "path/to/trust/bundle/file.pem",
|
||||
.tls = true // required in server mode
|
||||
});
|
||||
</code></pre>
|
||||
|
||||
|
Reference in New Issue
Block a user