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.
Diff: certs.h
- Revision:
- 7:c477f2ab9624
- Parent:
- 6:e5ea200c66c3
--- a/certs.h Mon Mar 16 21:35:01 2015 +0000 +++ b/certs.h Mon Mar 16 21:42:36 2015 +0000 @@ -21,7 +21,7 @@ * into this certs.h file, and format the data so that each line begins with " and is appended with \r\n" * * 3. Using openssl on linux: (Make sure you have openssl installed.) Run the command: openssl s_client - * -showcerts -connect <host>:<port> </dev/null + * -showcerts -connect <host>:<port> -CApath /etc/ssl/certs * Where <host> is the host name (www.google.com for example), and port is the port on which the connection * will be made (usually 443). When the connection is made with the remote server, the last certificate(s) * listed will be the Root CA certificate(s). Merely copy-paste those certificates into this certs.h file