Mercurial > prosody-wiki
comparison mod_s2s_auth_fingerprint.wiki @ 330:533a06d9b6db
added mod_s2s_auth_fingerprint.wiki
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 25 Mar 2013 04:07:27 +0100 |
parents | |
children | 4a39ef28e2d9 |
comparison
equal
deleted
inserted
replaced
329:7f8e913031b4 | 330:533a06d9b6db |
---|---|
1 #summary Fingerprint based s2s authentication | |
2 | |
3 = Introduction = | |
4 | |
5 This module allows you to explicitly say that you trust remote servers if they show a certificate with a known fingerprint. | |
6 | |
7 = Configuration = | |
8 | |
9 After installing and enabling this module like any other, you can put known fingerprints in your config like this: | |
10 | |
11 {{{ | |
12 s2s_trusted_fingerprints = { | |
13 ["jabber.org"] = "11:C2:3D:87:3F:95:F8:13:F8:CA:81:33:71:36:A7:00:E0:01:95:ED" | |
14 ["matthewwild.co.uk"] = { | |
15 "FD:7F:B2:B9:4C:C4:CB:E2:E7:48:FB:0D:98:11:C7:D8:4D:2A:62:AA"; | |
16 "CF:F3:EC:43:A9:D5:D1:4D:D4:57:09:55:52:BC:5D:73:06:1A:A1:A0"; | |
17 }; | |
18 } | |
19 }}} | |
20 | |
21 = Compatibility = | |
22 | |
23 ||trunk||Works|| | |
24 ||0.9||Works|| | |
25 |