-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 At the very first connection established with the XMPP server, Poezio XMPP client displays a window to accept or reject the server's certificate. It prints the sha256sum of the public key of the server (not in the certificate itself, but provided by the server too). On the server, I run the command: $ openssl pkey -in file.key -pubout -outform DER | openssl dgst -sha256 -hex -c | awk '{ print toupper ($2) }' Result on jabber1.casperlefantom.net: 0A:10:1D:24:C5:55:C0:9C:53:4F:1E:14:1C:59:79:71:20:26:8A:B3:7E:4A:B7:AA:89:5A:D8:0C:35:58:D0:59 Result on jabber2.casperlefantom.net: 30:07:E1:0E:45:6D:DF:B1:FF:94:36:92:42:64:47:E0:A0:A0:4F:46:3F:88:9A:02:15:48:8C:E1:33:9E:E0:9B The client should display the same thing. If you edit the config file directly, keep in mind it is case sensitive. The purpose of this file is to make client-server connection check, at any time. It will be updated when server's certificate will change. Next update: 18/06/2024 -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEcNWpsYTrRfLHoxirrhV+CynwvvIFAmZJstoACgkQrhV+Cynw vvKY7BAArWxzGL3cpMXhmxyO8ZQ3NTN+USokgDdjP9KkVCQbPYz9UPFRRb3Ko/9W nL1FDzNuAdJJxuJV7r1YLRF+yrI4qtpWNvmeAV3aU2F5Cj6pcwHPt2xgybsdM3Fq cMBq9HEJsUUwyq0E4HobkLz96/uuKevWDhTrTjbV3JHOyBssbswdAYDOPuOsnqtc sgKYmwTuBHfQkR8h5+KmXV8B4RrdBrodQcmwQ278Z78IftjJ5X11E0bNiD7LQfec dNyW4wWaEpncwdG2ZPkTE4UeeBAtC+TQBIiRs0+b94SkmqAG2g8c1y0gvGcIF3be RKbczNtuLZwYwdOXeEFcphx21Y3uzbLXR4mXEXuvj1HtHJRL+/9I8KYFdTIbIE5F 4DBIW+Bdss3Vn7jpeRlUCrzVxrMYIoa2wm6sOCWnflsnCpKi35c9rr7DyGMQNzmN 3mcKtg2LeX2xroX8tp5e9icocck2xrIjabg0eL816PsxcAfignmP9yGmqcUTYEgV HdvqLDp93EQuYXl+v9eVvxP/rEU/g3SvVUhTVjMk4UCZfb+/EsgT9Cr9wq+sbsIh ctP51e0Lr93hAII7q4Xzvhj+l6OeLEPXbekt83wK9AthemS+e72Z6tfYrWRmJe3H dhl4GYNvRG3vL+ppAh5Irk60QenNNDFn/fdJCJdpP9TtXKK1kBU= =LfSL -----END PGP SIGNATURE-----