I have registered a certificate in AWS IoT core. The next step is to create a thing and attach this certificate to the thing. My requirement is that the certificate's common name must be the name of the thing to be created. Does anyone know if there is a way to fetch the common name of the certificate? If yes, could you please help me out here. Thanks in advance :)
P.S. I am trying to do this in Java