# HG changeset patch # User Kim Alvefur # Date 1371052906 -7200 # Node ID 4a39ef28e2d91aad4b98754b194b8c3e06772cae # Parent c133cef513f9b354ab40df51ac260cbe63139ea9 slight change and fix syntax error in example config diff -r c133cef513f9 -r 4a39ef28e2d9 mod_s2s_auth_fingerprint.wiki --- a/mod_s2s_auth_fingerprint.wiki Mon Jun 10 19:46:53 2013 +0000 +++ b/mod_s2s_auth_fingerprint.wiki Wed Jun 12 18:01:46 2013 +0200 @@ -6,11 +6,11 @@ = Configuration = -After installing and enabling this module like any other, you can put known fingerprints in your config like this: +After installing and enabling this module, you can put SHA-1 fingerprints of remote servers in your config like this: {{{ s2s_trusted_fingerprints = { - ["jabber.org"] = "11:C2:3D:87:3F:95:F8:13:F8:CA:81:33:71:36:A7:00:E0:01:95:ED" + ["jabber.org"] = "11:C2:3D:87:3F:95:F8:13:F8:CA:81:33:71:36:A7:00:E0:01:95:ED"; ["matthewwild.co.uk"] = { "FD:7F:B2:B9:4C:C4:CB:E2:E7:48:FB:0D:98:11:C7:D8:4D:2A:62:AA"; "CF:F3:EC:43:A9:D5:D1:4D:D4:57:09:55:52:BC:5D:73:06:1A:A1:A0";