We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4621b6e commit ccbf314Copy full SHA for ccbf314
samples/cellular/nrf_cloud_rest_device_message/src/main.c
@@ -248,7 +248,7 @@ static bool cred_check(struct nrf_cloud_credentials_status *const cs)
248
* - a CA for the TLS connections
249
* - a private key to sign the JWT
250
*/
251
- return (cs->ca && cs->prv_key);
+ return (cs->ca && cs->ca_aws && cs->prv_key);
252
}
253
254
static void await_credentials(void)
0 commit comments