Hello @Arun Kumar,
welcome to this moderated Azure community forum.
The Azure IoT Hub uses a Digicert certificate to encrypt the transport of data (TLS).
You can which certificate is used using:
openssl s_client -connect [your iot hub].azure-devices.net:8883
For example, I check my personal IoT Hub:
As you can see, the Digicert G2 is used.
You can find the public cert file here. Please verify you have a legit certificate (don't just copy them directly from the internet :-) ).
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.