# HG changeset patch # User Kim Alvefur # Date 1364180847 -3600 # Node ID 533a06d9b6dbf538f861331bca6577a87842ff72 # Parent 7f8e913031b47fe9337fb9a98edcce05b7178115 added mod_s2s_auth_fingerprint.wiki diff -r 7f8e913031b4 -r 533a06d9b6db mod_s2s_auth_fingerprint.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_s2s_auth_fingerprint.wiki Mon Mar 25 04:07:27 2013 +0100 @@ -0,0 +1,25 @@ +#summary Fingerprint based s2s authentication + += Introduction = + +This module allows you to explicitly say that you trust remote servers if they show a certificate with a known fingerprint. + += Configuration = + +After installing and enabling this module like any other, you can put known fingerprints 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" + ["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"; + }; +} +}}} + += Compatibility = + +||trunk||Works|| +||0.9||Works|| +