- This is the fingerprint for the SSL certificate of the server. If using CloudMQTT you can get it using (use your server and port):
- $ echo -n | openssl s_client -connect m11.cloudmqtt.com:24055 > cloudmqtt.pem
- $ openssl x509 -noout -in cloudmqtt.pem -fingerprint -sha1
+ This is the fingerprint for the SSL certificate of the server.
+ You can get it using https://www.grc.com/fingerprints.htm
+ or using openssl from a linux box by typing:
+