mod_auth_ccert/README.markdown
changeset 1908 5d84b7fbe3aa
parent 1888 153f063c3d1a
child 4436 e83284d4d5c2
--- a/mod_auth_ccert/README.markdown	Sun Oct 11 17:50:38 2015 +0200
+++ b/mod_auth_ccert/README.markdown	Sun Oct 11 19:32:49 2015 +0200
@@ -20,7 +20,7 @@
     certificate_match = "xmppaddr" -- or "email"
 
     c2s_ssl = {
-        cacert = "/path/to/your/ca.pem";
+        cafile = "/path/to/your/ca.pem";
         capath = false; -- Disable capath inherited from built-in default
     }