Fixed issues in Yotta examples README's

Fixed README's in Yotta examples and updated certificate reference in
TLS Client.
This commit is contained in:
Simon Butcher 2015-08-19 19:33:27 +01:00
parent ee4cb7d5aa
commit df81924a7a
7 changed files with 66 additions and 61 deletions

View file

@ -78,10 +78,13 @@ const char *HTTPS_HELLO_STR = "Hello world!";
const char *DRBG_PERS = "mbed TLS helloword client";
/* List of trusted root CA certificates
* currently just Verisign since it's the root used by developer.mbed.org
* If you want to trust more that one root, just concatenate them.
* currently only GlobalSign, the CA for developer.mbed.org
*
* To add more than one root, just concatenate them.
*/
const char SSL_CA_PEM[] =
/* GlobalSign Root R1 SHA1/RSA/2048
* Serial no. 04 00 00 00 00 01 15 4b 5a c3 94 */
"-----BEGIN CERTIFICATE-----\n"
"MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG\n"
"A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv\n"