Other Parts Discussed in Thread: UNIFLASH
I'm to connect to an Access Point using WPA Enterprise.
SWPU332A (https://www.ti.com/lit/ug/swpu332a/swpu332a.pdf?ts=1687676453027) states in "2.5.2 Installing the Server’s Root CA" that is shall define the Root certificate file name:
#define SSL_SERVER_ROOT_CA_CERT "server-root-ca-cert"
This define is neither used in the SDK sources nor in network_terminal example that I think I am supoosed to modify to connect to my access point.
Could anyone help me to find the missing link?
How does SWPU332A and the examples play together?
How does the firmware on the device know where to find the correct certificate in the file system?
Do I need to just use the certificate file locations as state in SWRU455M
- /sys/cert/ca.der - CA for the server authentication
- /sys/cert/client.der - Optional, if server requests client authentication
- /sys/cert/private.key - Optional, if server requests client authentication
and everything is fine?
Many thanks
Chris