V.06 11/3

Dependencies:   FT6206 SDFileSystem SPI_TFT_ILI9341 TFT_fonts

Fork of ATT_AWS_IoT_demo by attiot

Revision:
24:224c07ec3bd0
Parent:
15:6f2798e45099
Child:
28:54d9a550adf1
diff -r b9ff83dc965f -r 224c07ec3bd0 AWS_openssl/certs/certs.cpp
--- 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