Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSoftSerial SDFileSystem
Fork of ATT_AWS_IoT_demo by
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";
