changeset 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 758a9a723597
children 43fac0c2c772
files mod_auth_ccert/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
     }