mod_auth_ccert/README: It's cafile, not cacert
authorKim Alvefur <zash@zash.se>
Sun, 11 Oct 2015 19:32:49 +0200
changeset 1908 5d84b7fbe3aa
parent 1907 758a9a723597
child 1909 43fac0c2c772
mod_auth_ccert/README: It's cafile, not cacert
mod_auth_ccert/README.markdown
--- 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
     }