Raghu Tirumala / Mbed OS ATT_IoT_Project

Dependencies:   BufferedSoftSerial SDFileSystem

Fork of ATT_AWS_IoT_demo by AT&T IoT

AWS_openssl/certs/certs.cpp

Committer:
RaghuT
Date:
2017-08-31
Revision:
34:b153e7a4e2d5
Parent:
28:d549de7c3aad

File content as of revision 34:b153e7a4e2d5:

#include "aws_iot_config.h"

// The user needs to paste the AWS 'thing' certs into this file.
// Root CA: 
// https://www.symantec.com/content/en/us/enterprise/verisign/roots/VeriSign-Class%203-Public-Primary-Certification-Authority-G5.pem
const unsigned char AWS_IOT_ROOT_CA[] = "your root ca here";

// Device signed certificate (see AWS_IOT_ROOT_CA for format)
const unsigned char AWS_IOT_CERTIFICATE[] = "your certificate here";

// Device private key (see AWS_IOT_ROOT_CA for format)
const unsigned char AWS_IOT_PRIVATE_KEY[] = "your private key here";