diff options
author | edolomb <none@example.com> | 2018-03-16 15:04:01 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-03-16 15:04:01 +0000 |
commit | 8e1851be0ef7d20563085907460f9bb77ed2ebba (patch) | |
tree | 65196448aa8c89452d4442caf78897d31dececc7 /demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt | |
parent | afdfd60b9735a916cf91fbd7a1a4b0895a88a0ba (diff) | |
download | ChibiOS-8e1851be0ef7d20563085907460f9bb77ed2ebba.tar.gz ChibiOS-8e1851be0ef7d20563085907460f9bb77ed2ebba.tar.bz2 ChibiOS-8e1851be0ef7d20563085907460f9bb77ed2ebba.zip |
- Updated demos
- Minor changes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11778 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt')
-rw-r--r-- | demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt b/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt index a1d3961ac..632bbd6d0 100644 --- a/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt +++ b/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt @@ -11,10 +11,10 @@ The demo runs on SAMA5D2-XPLAINED The demo flashes a LED to indicate that is running properly. An example HTTPS server is implemented to serve "GET /" requests at address -192.168.0.5 on port 443. +192.168.21.11 on port 443. Use curl command line to verify DEMO ->>curl -k https://192.168.0.5 +>>curl -k https://192.168.21.11 SSL certificate and server key that are compiled in are the example keys taken from the wolfSSL repository. To use different keys, regenerate cert.c |