Software / code / prosody-modules
Comparison
mod_s2s_log_certs/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1787:mod_s2s_log_certs/README.wiki@663e5d923ef0 |
| child | 1810:2905137cf541 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 1 --- | |
| 2 summary: Log certificate status and fingerprint of remote servers | |
| 3 ... | |
| 4 | |
| 5 Introduction | |
| 6 ============ | |
| 7 | |
| 8 This module produces info level log messages with the certificate status | |
| 9 and fingerprint every time an s2s connection is established. It can also | |
| 10 optionally store this in persistant storage. | |
| 11 | |
| 12 **info** jabber.org has a trusted valid certificate with SHA1: | |
| 13 11:C2:3D:87:3F:95:F8:13:F8:CA:81:33:71:36:A7:00:E0:01:95:ED | |
| 14 | |
| 15 Fingerprints could then be added to | |
| 16 [mod\_s2s\_auth\_fingerprint](mod_s2s_auth_fingerprint.md). | |
| 17 | |
| 18 Configuration | |
| 19 ============= | |
| 20 | |
| 21 Add the module to the `modules_enabled` list. | |
| 22 | |
| 23 modules_enabled = { | |
| 24 ... | |
| 25 "s2s_log_certs"; | |
| 26 } | |
| 27 | |
| 28 If you want to keep track of how many times, and when a certificate is | |
| 29 seen add | |
| 30 | |
| 31 `s2s_log_certs_persist = true` | |
| 32 | |
| 33 Compatibility | |
| 34 ============= | |
| 35 | |
| 36 ------- -------------- | |
| 37 trunk Works | |
| 38 0.10 Works | |
| 39 0.9 Works | |
| 40 0.8 Doesn't work | |
| 41 ------- -------------- |