diff mod_auth_ccert/README.markdown @ 1904:5d84b7fbe3aa

mod_auth_ccert/README: It's cafile, not cacert
author Kim Alvefur <zash@zash.se>
date Sun, 11 Oct 2015 19:32:49 +0200
parents 153f063c3d1a
children e83284d4d5c2
line wrap: on
line diff
--- 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
     }