Migrate IoT Hub resources to a new TLS certificate root
Azure IoT Hub and Device Provisioning Service (DPS) use TLS certificates issued by the Baltimore CyberTrust Root, which expires in 2025. Starting in February 2023, all IoT hubs in the global Azure cloud will migrate to a new TLS certificate issued by the DigiCert Global Root G2.
You should start planning now for the effects of migrating your IoT hubs to the new TLS certificate:
- Any device that doesn't have the DigiCert Global Root G2 in its certificate store won't be able to connect to Azure.
- The IP address of the IoT hub will change.
Timeline
The IoT Hub team will begin migrating IoT hubs by region on February 15, 2023 and completing by October 15, 2023. After all IoT hubs have migrated, then DPS will perform its migration between January 15 and February 15, 2024.
For each IoT hub, you can expect the following:
- One to two weeks before migration: The subscription owners of each IoT hub receive an email notification informing them of their migration date. This notification doesn't apply to hubs that are manually migrated.
- Day of the migration: The IoT hub switches its TLS certificate to the DigiCert Global Root G2, which results in no downtime for the IoT hub. IoT Hub doesn't force device reconnections.
- Following the migration: The subscription owners receive a notification confirming that the IoT hub was migrated. Devices attempt to reconnect based on their individual retry logic, at which point they request and receive the new server certificate from IoT Hub and reconnect only if they trust the Digicert Global Root G2.
Request an extension
This TLS certificate migration is critical for the security of our customers and Microsoft's infrastructure, and is time-bound by the expiration of the Baltimore CyberTrust Root certificate. Therefore, there's little extra time that we can provide for customers that don't think their devices will be ready by the migration deadlines.
As of June 2023 the extension request process is closed for IoT Hub customers.
IoT Central applications are scheduled for migration between June 15th and October 15th, 2023. For IoT Central customers who absolutely can't have their devices ready for migration by June 2023, fill out this form before August 15, 2023 with the details of your extension request, and then email us with a message that indicates you've completed the form, along with your company name. We can flag the specific IoT Central apps to be migrated on the requested extension date.
Note
We are collecting this information to help with the Baltimore migration. We will hold onto this information until October 15th, 2023, when this migration is slated to complete. If you would like us to delete this information, please email us and we can assist you. For any additional questions about the Microsoft privacy policy, see the Microsoft Privacy Statement.
Required steps
To prepare for the migration, take the following steps before February 2023:
Keep the Baltimore CyberTrust Root in your devices' trusted root store. Add the DigiCert Global Root G2 and the Microsoft RSA Root Certificate Authority 2017 certificates to your devices. You can download all of these certificates from the Azure Certificate Authority details.
It's important to have all three certificates on your devices until the IoT Hub and DPS migrations are complete. Keeping the Baltimore CyberTrust Root ensures that your devices will stay connected until the migration, and adding the DigiCert Global Root G2 ensures that your devices will seamlessly switch over and reconnect after the migration. The Microsoft RSA Root Certificate Authority 2017 helps prevent future disruptions in case the DigiCert Global Root G2 is retired unexpectedly.
Make sure that you aren't pinning any intermediate or leaf certificates, and are using the public roots to perform TLS server validation.
IoT Hub and DPS occasionally roll over their intermediate certificate authority (CA). In these instances, your devices will lose connectivity if they explicitly look for an intermediate CA or leaf certificate. However, devices that perform validation using the public roots will continue to connect regardless of any changes to the intermediate CA.
For more information about how to test whether your devices are ready for the TLS certificate migration, see the blog post Azure IoT TLS: Critical changes are almost here.
Optional manual IoT hub migration
If you've prepared your devices and are ready for the TLS certificate migration, you can manually migrate your IoT hub root certificates yourself.
After you migrate to the new root certificate, it will take about 45 minutes for all devices to disconnect and reconnect with the new certificate. This timing is because the Azure IoT SDKs are programmed to reverify their connection every 45 minutes. If you've implemented a different pattern in your solution, then your experience may vary.
Note
There is no manual migration option for Device Provisioning Service instances. That migration will happen automatically once all IoT hub instances have migrated. No additional action is required from you beyond having the new root certificate on your devices.
In the Azure portal, navigate to your IoT hub.
Select Certificates in the Security settings section of the navigation menu.
Select the TLS certificate tab and select Migrate to DigiCert Global G2.
A series of checkboxes asks you to verify that you've prepared your devices for the migration. Check each box, confirming that your IoT solution is ready for the migration. Then, select Update.
Use the Connected Devices metric to verify that your devices are successfully reconnecting with the new certificate.
For more information about monitoring your devices, see Monitoring IoT Hub.
If you encounter any issues, you can undo the migration and revert to the Baltimore CyberTrust Root certificate.
Select Revert to Baltimore root to undo the migration.
Again, a series of checkboxes asks you to verify that you understand how reverting to the Baltimore CyberTrust Root will affect your devices. Check each box, then select Update.
Check the migration status of an IoT hub
To know whether an IoT hub has been migrated or not, check the active certificate root for the hub.
In the Azure portal, navigate to your IoT hub.
Select Certificates in the Security settings section of the navigation menu.
If the Certificate root is listed as Baltimore CyberTrust, then the hub has not been migrated yet. If it is listed as DigiCert Global G2, then the migration is complete.
Frequently asked questions
My devices uses SAS/X.509/TPM authentication. Will this migration affect my devices?
Migrating the TLS certificate doesn't affect how devices are authenticated by IoT Hub. This migration does affect how devices authenticate the IoT Hub and DPS endpoints.
IoT Hub and DPS present their server certificate to devices, and devices authenticate that certificate against the root in order to trust their connection to the endpoints. Devices will need to have the new DigiCert Global Root G2 in their trusted certificate stores to be able to verify and connect to Azure after this migration.
My devices use the Azure IoT SDKs to connect. Do I have to do anything to keep the SDKs working with the new certificate?
It depends.
- Yes, if you use the Java V1 device client. This client packages the Baltimore Cybertrust Root certificate along with the SDK. You can either update to Java V2 or manually add the DigiCert Global Root G2 certificate to your source code.
- No, if you use the other Azure IoT SDKs. Most Azure IoT SDKs rely on the underlying operating system’s certificate store to retrieve trusted roots for server authentication during the TLS handshake.
Regardless of the SDK used, we highly recommended that all customers validate their devices before migration, as described in the validation section of the blog post Azure IoT TLS: Critical changes are almost here.
My devices connect to a sovereign Azure region. Do I still need to update them?
No, only the global Azure cloud is affected by this change. Sovereign clouds aren't included in this migration.
I use IoT Central. Do I need to update my devices?
Yes, IoT Central uses both IoT Hub and DPS in the backend. The TLS migration will affect your solution, and you need to update your devices to maintain connection.
You can migrate your application from the Baltimore CyberTrust Root to the DigiCert Global G2 Root on your own schedule. We recommend the following process:
- Keep the Baltimore CyberTrust Root on your device until the transition period is completed on 15 February 2024 (necessary to prevent connection interruption).
- In addition to the Baltimore Root, ensure the DigiCert Global G2 Root is added to your trusted root store.
- Make sure you aren’t pinning any intermediate or leaf certificates and are using the public roots to perform TLS server validation.
- In your IoT Central application you can find the Root Certification settings under Settings > Application > Baltimore Cybertrust Migration.
- Select DigiCert Global G2 Root to migrate to the new certificate root.
- Click Save to initiate the migration.
- If needed, you can migrate back to the Baltimore root by selecting Baltimore CyberTrust Root and saving the changes. This option is available until 15 August 2023 and will then be disabled.
How long will it take my devices to reconnect?
Several factors can affect device reconnection behavior.
Devices are configured to reverify their connection at a specific interval. The default in the Azure IoT SDKs is to reverify every 45 minutes. If you've implemented a different pattern in your solution, then your experience may vary.
Also, as part of the migration, your IoT hub may get a new IP address. If your devices use a DNS server to connect to IoT hub, it can take up to an hour for DNS servers to refresh with the new address. For more information, see IoT Hub IP addresses.
When can I remove the Baltimore Cybertrust Root from my devices?
You can remove the Baltimore root certificate once all stages of the migration are complete. If you only use IoT Hub, then you can remove the old root certificate after the IoT Hub migration is scheduled to complete on October 15, 2023. If you use Device Provisioning Service or IoT Central, then you need to keep both root certificates on your device until the DPS migration is scheduled to complete on February 15, 2024.
Troubleshoot
Troubleshoot the self-migration tool
If you're using the CLI commands to migrate to a new root certificate and receive an error that root-authority
isn't a valid command, make sure that you're running the latest version of the azure-iot extension.
Use
az extension list
to verify that you have the correct extension installed.az extension list
This article uses the newest version of the Azure IoT extension, called
azure-iot
. The legacy version is calledazure-cli-iot-ext
. You should only have one version installed at a time.Use
az extension remove --name azure-cli-iot-ext
to remove the legacy version of the extension.Use
az extension add --name azure-iot
to add the new version of the extension.Use
az extension update
to install the latest version of the azure-iot extension.az extension update --name azure-iot
Troubleshoot device reconnection
If you're experiencing general connectivity issues with IoT Hub, check out these troubleshooting resources:
If you're watching Azure Monitor after migrating certificates, you should look for a DeviceDisconnect event followed by a DeviceConnect event, as demonstrated in the following screenshot:
If your device disconnects but doesn't reconnect after the migration, try the following steps:
Check that your DNS resolution and handshake request completed without any errors.
Verify that the device has both the DigiCert Global Root G2 certificate and the Baltimore certificate installed in the certificate store.
Use the following Kusto query to identify connection activity for your devices. For more information, see Kusto Query Language (KQL) overview.
AzureDiagnostics | where ResourceProvider == "MICROSOFT.DEVICES" and ResourceType == "IOTHUBS" | where Category == "Connections" | extend parsed_json = parse_json(properties_s) | extend SDKVersion = tostring(parsed_json.sdkVersion), DeviceId = tostring(parsed_json.deviceId), Protocol = tostring(parsed_json.protocol) | distinct TimeGenerated, OperationName, Level, ResultType, ResultDescription, DeviceId, Protocol, SDKVersion
Use the Metrics tab of your IoT hub in the Azure portal to track the device reconnection process. Ideally, you should see no change in your devices before and after you complete this migration. One recommended metric to watch is Connected Devices, but you can use whatever charts you actively monitor.
Feedback
Submit and view feedback for