<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Do nRF Cloud Credentials Expire ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125793/do-nrf-cloud-credentials-expire</link><description>Hello, 
 I am currently using nRF Cloud to perform FOTA updates on my nRF9160 devices. I have multiple certificates on this device. 
 1. TLS certificate for my application which uses MQTT (does expire) 
 2. nRF Cloud credentials/certificate 
 
 Do nRF</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Dec 2025 12:23:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125793/do-nrf-cloud-credentials-expire" /><item><title>RE: Do nRF Cloud Credentials Expire ?</title><link>https://devzone.nordicsemi.com/thread/556103?ContentTypeID=1</link><pubDate>Wed, 03 Dec 2025 12:23:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b8fb04c-6d5d-4f0c-ba1c-1bc70647be71</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi Bastien,&lt;br /&gt;There is&amp;nbsp;indeed no easy solution to do it.&amp;nbsp;&amp;nbsp;Every device need to have separate signing ceremony. Other&amp;nbsp;&lt;span&gt;than manually using a serial cable to upload new certificates,&lt;/span&gt;&amp;nbsp;you could&amp;nbsp;create a custom&amp;nbsp;solution using&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/networking/fota_download.html"&gt;FOTA&lt;/a&gt;. How many devices do you have?&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;nRF91x1 series of devices would be&amp;nbsp;preferable in this scenario since it supports the Provisioning Service.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Do nRF Cloud Credentials Expire ?</title><link>https://devzone.nordicsemi.com/thread/555895?ContentTypeID=1</link><pubDate>Mon, 01 Dec 2025 15:05:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:128b262f-e16c-4c43-b19b-1344672535fd</guid><dc:creator>Bastien42</dc:creator><description>&lt;p&gt;Ok, thank you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But a credentials update using modem key management could not be done for a fleet of devices simultaneously right ? (Or at least it seems troublesome since all devices have different credentials).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Do nRF Cloud Credentials Expire ?</title><link>https://devzone.nordicsemi.com/thread/555889?ContentTypeID=1</link><pubDate>Mon, 01 Dec 2025 14:37:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d5723f8-b3e3-4640-8137-136df9a085e3</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Yes, you are correct. The&amp;nbsp;&lt;span&gt;Provisioning Service is not available on the nRF9160. You can check out&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/modem/modem_key_mgmt.html"&gt;Modem key management&lt;/a&gt;&amp;nbsp;on how to write/update credentials to the modem.&lt;br /&gt;&lt;br /&gt;The &lt;code&gt;create_ca_cert&lt;/code&gt; script does not let you set an&amp;nbsp;expiration date after year 9999 (which should be enough for most applications). Security wise, it&amp;nbsp;is safer to have a shorter expiration time as&amp;nbsp;it decreases&amp;nbsp;the time window for key compromise.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Do nRF Cloud Credentials Expire ?</title><link>https://devzone.nordicsemi.com/thread/555825?ContentTypeID=1</link><pubDate>Mon, 01 Dec 2025 07:55:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:147457d1-fd9a-4e32-ae59-b79924a357cf</guid><dc:creator>Bastien42</dc:creator><description>&lt;p&gt;Hi Benjamin,&lt;/p&gt;
&lt;p&gt;What limits the expiration time ? Can I just increase it enough and never change it afterward, and would that be less &amp;quot;secure&amp;quot; ?&lt;/p&gt;
&lt;p&gt;If I am not mistaken, the Provisioning Service is only available for the nRF9161 and not the nRF9160. Would you recommend to use the nRF9161 instead ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Do nRF Cloud Credentials Expire ?</title><link>https://devzone.nordicsemi.com/thread/555403?ContentTypeID=1</link><pubDate>Tue, 25 Nov 2025 14:24:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3ecf9a7-61be-4f87-86cb-27bfbba3b8e0</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi Bastien,&lt;br /&gt;&lt;br /&gt;When creating credentials with create_ca_cert, the default expiration time is 10 years. You can change this by using the&amp;nbsp;--dv option and specify number of days valid.&lt;br /&gt;&lt;br /&gt;You can re-provision devices to update credentials using the &lt;a href="https://docs.nordicsemi.com/bundle/nrf-cloud/page/SecurityServices/ProvisioningService/ProvisioningOverview.html"&gt;Provisioning Service&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>