# HG changeset patch # User Kim Alvefur # Date 1392300493 -3600 # Node ID 0df264dd44c44b49da4f85c0f93543094de70e95 # Parent 39acae387be7f4b6acf8ed6e85ee0cda40969738 update diff -r 39acae387be7 -r 0df264dd44c4 mod_auth_ccert.wiki --- a/mod_auth_ccert.wiki Wed Feb 12 20:26:00 2014 +0100 +++ b/mod_auth_ccert.wiki Thu Feb 13 15:08:13 2014 +0100 @@ -15,13 +15,15 @@ certificate_match = "xmppaddr" -- or "email" c2s_ssl = { - -- key and certificate capath = "/path/to/dir/with/your/ca" } }}} +`capath` should be pointed to a directory with your own CA certificate. You will need to run `c_rehash` in it. + = Compatibility = ||trunk||Works|| ||0.9 and earlier||Doesn't work|| +||0.10 and later||Works||