The AT command AT+QSSLCFG=“cacert” can be used to set the path of trusted CA certificate for a SSL context.
Supposing the cacertpath is “RAM:cacert.pem”, how to write the CA cert into module? I can’t find this information in the SSL application note.
Thank you for your attention.
In fact, you need to first look at the FILE document, refer to the routine in SSL, upload the CA FILE to the module’s file, and then pass it to SSL again
Hello Herbert,
Sorry, I have overlooked the FILE Application note.
Thank you for your help.