changeset 426:0df264dd44c4

update
author Kim Alvefur <zash@zash.se>
date Thu, 13 Feb 2014 15:08:13 +0100
parents 39acae387be7
children ff097d886420
files mod_auth_ccert.wiki
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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||