So i have a hivemq server running on my local machine and I'm trying to get it to where I can connect to the server using the M2Mqtt library in c# over TLS. I followed this guide to create the certs for c#.
then i followed this guide to convert the certs to jks keystores for hivemq. http://blog.jgc.org/2011/06/importing-existing-ssl-keycertificate.html
I verified the certs and code to be working using mosquitomq just like the first guide did. I assume its how the jks keystores are made, but if anyone has any information on this please let me know.