# HG changeset patch # User Kim Alvefur # Date 1443709897 -7200 # Node ID 153f063c3d1ae951f18f6454ff01fc4b39de4b86 # Parent c625ed20ebdac919a0940e3ae6b94c32b0334fcd mod_auth_ccert/README: Recomend cacert instead of capath diff -r c625ed20ebda -r 153f063c3d1a mod_auth_ccert/README.markdown --- a/mod_auth_ccert/README.markdown Wed Sep 30 13:37:51 2015 +0200 +++ b/mod_auth_ccert/README.markdown Thu Oct 01 16:31:37 2015 +0200 @@ -20,17 +20,16 @@ certificate_match = "xmppaddr" -- or "email" c2s_ssl = { - capath = "/path/to/dir/with/your/ca" + cacert = "/path/to/your/ca.pem"; + capath = false; -- Disable capath inherited from built-in default } -`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.10 and later Works 0.9 and earlier Doesn't work - 0.10 and later Works ----------------- --------------