comparison mod_auth_ccert.wiki @ 426:0df264dd44c4

update
author Kim Alvefur <zash@zash.se>
date Thu, 13 Feb 2014 15:08:13 +0100
parents a21acacc8b22
children 528721aaea46
comparison
equal deleted inserted replaced
425:39acae387be7 426:0df264dd44c4
13 13
14 authentication = "ccert" 14 authentication = "ccert"
15 certificate_match = "xmppaddr" -- or "email" 15 certificate_match = "xmppaddr" -- or "email"
16 16
17 c2s_ssl = { 17 c2s_ssl = {
18 -- key and certificate
19 capath = "/path/to/dir/with/your/ca" 18 capath = "/path/to/dir/with/your/ca"
20 } 19 }
21 20
22 }}} 21 }}}
23 22
23 `capath` should be pointed to a directory with your own CA certificate. You will need to run `c_rehash` in it.
24
24 = Compatibility = 25 = Compatibility =
25 26
26 ||trunk||Works|| 27 ||trunk||Works||
27 ||0.9 and earlier||Doesn't work|| 28 ||0.9 and earlier||Doesn't work||
29 ||0.10 and later||Works||