Catie fork
Dependencies: SDFileSystem X_NUCLEO_IKS01A1
Fork of ATT_AWS_IoT_demo by
Diff: AWS_openssl/certs/certs.cpp
- Revision:
- 24:224c07ec3bd0
- Parent:
- 15:6f2798e45099
- Child:
- 28:a31312c9756d
--- 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