Hello!
I'm looking at the http_client example, especially the ca_certificate.h file. In the project the https-cert.der file is included but the header references a https-cert.der.inc file.
So I get the error
fatal error: https-cert.der.inc: No such file or directory 14 | #include "https-cert.der.inc"
Do I have to do anything with the included .der file?