Hello!
So I'm working on a project where I try to connect the nRF9160 DK to the google cloud. I tried to manage this by following this guide: https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/software-and-protocols/posts/how-to-connect-nrf91-to-google-cloud
However, when running the code and booting up the nRF9160 DK I get this:
the description of the "gcloud: MQTT connect failed: -111" is failed authentication. I have checked if the private key and the certificate is matching, and they are.
The guide says Google's root certificate is needed and will be handled by the gcloud library, this is where I'm becoming a little uncertain. Should I just replace the ROOT_CERT with one of the ones that google provides like this:

or is this where I have misunderstood?
Appreciate all the help I could get!