Skip to content

Commit 489fd72

Browse files
Remove the private cloud example from the docs.
1 parent 0e8af3e commit 489fd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/using_apis/connectivity/tls_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ The TLS handshake can also perform the second stage of verification where the cl
179179

180180
To achieve this, you must call the TLS socket's `set_client_cert_key()` function, which stores your key and certificate pair within the TLS socket. This may be required in cases where the server needs to verify the client's identity for secure communication, for example when your IoT device wants to send (and not just receive) some data to the server.
181181

182-
The mechanism of providing the client's key and certificate to TLS socket is the same as in case of CA certificate. You can find examples of how and when to perform this operation in the [cloud demo applications](https://github.com/coisme/Mbed-to-AWS-IoT).
182+
The mechanism of providing the client's key and certificate to TLS socket is the same as in case of CA certificate.

0 commit comments

Comments
 (0)