This article provides step-by-step instructions on how to update the current broker certificate.
You received an Insights Hub notification that the MindConnect MQTT broker certificate needs to be replaced as the current certificate will expire Monday May 20, 2024. The current QuoVadis certificate will be replaced by a DigiCert certificate.
Current Expiring Certificate |
New Replacement Certificate |
MindConnect MQTT Broker Certificate - QuoVadis Root CA 2 G3 |
MindConnect MQTT Broker Certificate - DigiCert Global Root G2 |
MindSphereRootCA1.pem |
DigiCertGlobalRootG2.crt.pem |
For details visit: https://documentation.mindsphere.io/MindSphere/howto/howto-mindconnectmqtt-certificate-expiration.html
Things to note:
You will need to switch out the certificate in your MQTT agent after this date. To avoid connectivity issues and downtime, here are some options you can do ahead of the expiration:
Option 1: If your device uses a trust store, you can add the new certificate so both current and new certificates are trusted. Visit the documentation page for some Python and Java examples.
Option 2: You can create a combined certificate by copying the contents of both certificates into a single one. This allows seamless connection now and after the expiration. Step-by-step instructions:
-----BEGIN CERTIFICATE-----
MIIDjjCCA...<truncated for readability>
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE----- <--appended new cert content here
MIIFY...<truncated for readability>
-----END CERTIFICATE-----
For Reference:
Download current and new broker certificates in Insights Hub: