# HG changeset patch # User maranda3985@gmail.com # Date 1302666229 0 # Node ID 388b6728f506ba5480f63b038578ebb941d4925a # Parent 4a6c1e35788c6e8f5c04d95651e609b885a48149 Added missing options to the wiki. diff -r 4a6c1e35788c -r 388b6728f506 mod_register_json.wiki --- 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