Software / code / prosody-modules
Comparison
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 |
| parent | 1884:153f063c3d1a |
| child | 4432:e83284d4d5c2 |
comparison
equal
deleted
inserted
replaced
| 1903:758a9a723597 | 1904:5d84b7fbe3aa |
|---|---|
| 18 | 18 |
| 19 authentication = "ccert" | 19 authentication = "ccert" |
| 20 certificate_match = "xmppaddr" -- or "email" | 20 certificate_match = "xmppaddr" -- or "email" |
| 21 | 21 |
| 22 c2s_ssl = { | 22 c2s_ssl = { |
| 23 cacert = "/path/to/your/ca.pem"; | 23 cafile = "/path/to/your/ca.pem"; |
| 24 capath = false; -- Disable capath inherited from built-in default | 24 capath = false; -- Disable capath inherited from built-in default |
| 25 } | 25 } |
| 26 | 26 |
| 27 | 27 |
| 28 Compatibility | 28 Compatibility |