Mercurial > prosody-wiki
changeset 188:388b6728f506
Added missing options to the wiki.
author | maranda3985@gmail.com |
---|---|
date | Wed, 13 Apr 2011 03:43:49 +0000 |
parents | 4a6c1e35788c |
children | f95cbe1ac9d8 |
files | mod_register_json.wiki |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_register_json.wiki Wed Apr 13 00:37:47 2011 +0000 +++ b/mod_register_json.wiki Wed Apr 13 03:43:49 2011 +0000 @@ -32,13 +32,23 @@ Optional configuration directives: {{{ reg_servlet_realm = "Your Realm Name of choice" -- Modifies the name of the authentication realm. +reg_servlet_port = { *your port number here* } -- Uses a custom port number for the listener. reg_servlet_ttime = seconds -- Specifies the time (in seconds) between each request coming from the same remote address. reg_servlet_bl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be blacklisted and won't be able to register. reg_servlet_wl = { "1.2.3.4", "4.3.2.1" } -- The ip addresses in this list will be ignored by the throttling. }}} +Optional TLS directives: +{{{ +reg_servlet_sslcert = "path/to/your/cert" -- Your tls/ssl cert file. +reg_servlet_sslkey = "path/to/your/key" -- Your tls/ssl key file. +}}} +*To activate SSL/TLS on a listener both options need to be correctly set.* + = Compatibility = Trunk - works. + 0.8 - untested. + 0.7 - untested. \ No newline at end of file