369
|
1 #summary Client Certificate authentication module
|
|
2
|
|
3 = Introduction =
|
|
4
|
|
5 This module implements PKI-style client certificate authentication.
|
|
6 You will therefore need your own Certificate Authority.
|
|
7 How to set that up is beyond the current scope of this document.
|
|
8
|
|
9 = Configuration =
|
|
10
|
|
11 {{{
|
|
12
|
|
13 authentication = "ccert"
|
|
14 certificate_match = "xmppaddr" -- or "email"
|
|
15
|
|
16 c2s_ssl = {
|
|
17 -- key and certificate
|
|
18 capath = "/path/to/dir/with/your/ca"
|
|
19 }
|
|
20
|
|
21 }}}
|
|
22
|
|
23 = Compatibility =
|
|
24
|
|
25 ||trunk||Works||
|
|
26 ||0.9 and earlier||Doesn't work||
|