AWS IoT demonstration using the Avnet Shield (AT&T LTE) and the FRDM-K64F target board.

Dependencies:   K64F_FATFileSystem

Fork of mbed-os-example-tls-tls-client by mbed-os-examples

Revision:
24:224c07ec3bd0
Parent:
15:6f2798e45099
--- a/AWS_openssl/certs/certs.cpp	Thu Dec 15 18:05:09 2016 +0000
+++ b/AWS_openssl/certs/certs.cpp	Fri Dec 16 18:04:39 2016 +0000
@@ -32,8 +32,8 @@
 "hnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq\n"
 "-----END CERTIFICATE-----\0";
 
-// Device signed certificate
+// Device signed certificate (see AWS_IOT_ROOT_CA for format)
 const unsigned char AWS_IOT_CERTIFICATE[] = "TODO";
 
-// Device private key
+// Device private key (see AWS_IOT_ROOT_CA for format)
 const unsigned char AWS_IOT_PRIVATE_KEY[] = "TODO";
\ No newline at end of file