# HG changeset patch # User Kim Alvefur # Date 1444584769 -7200 # Node ID 5d84b7fbe3aa036fb1a0c2cc54c6a745e479a884 # Parent 758a9a72359756e0b1ad8d9465b63296f52d2c42 mod_auth_ccert/README: It's cafile, not cacert diff -r 758a9a723597 -r 5d84b7fbe3aa 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 }