This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

aws_iot certificates.h

Hi,

We're running the aws_iot example and it would seem that by default it does not use the certificates in the file certificates.h

Is that the case and how can we use it?

I noticed this and other switches in the code:

#if defined(CONFIG_BOARD_QEMU_X86) && !defined(CONFIG_NRF_MODEM_LIB)
#include "certificates.h"
#endif

Thanks

Ian

Related