Topic: [SOLVED] Adding a certificate to certs_test.h
This seems like a simple question but I am lost for a solution.
I want to add a certificate to certs_test.h so that i can run an embedded code with NO_FILESYSTEM.
I have the certificate in .pem format or in .p12 format.
How do i add it into the file certs_test.h? Straight copy/paste doesn't seem to work. Do I have to code it all by hand?
Thank you.