In the example documentation found here: https://software-dl.ti.com/mcu-plus-sdk/esd/AM263X/09_00_00_35/exports/docs/api_guide_am263x/EXAMPLES_CPSW_LWIP_HTTPS.html
It states "Convert .pem and .key files to byte array. This will produce a header file with the byte array of certificate/key and the size of the array."
I'd like some clarification on exactly what to do here. I don't see a ".key" file and the line that follows only shows conversion of the "server-csr.pem" file.
Exactly which files should the hex dumps in server_certificates.h be replaced with? The note mentions "certificate.pem" and "key.pem" but I don't see those files.
Thank you.