Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 12340:7d132ea04a05
prosody.cfg.lua.dist: Comment improvements: s2s authentication
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 14 Feb 2022 16:30:01 +0000 |
parent | 12339:4ba0a0dfa047 |
child | 12341:48aa833f9649 |
comparison
equal
deleted
inserted
replaced
12339:4ba0a0dfa047 | 12340:7d132ea04a05 |
---|---|
111 | 111 |
112 s2s_secure_auth = true | 112 s2s_secure_auth = true |
113 | 113 |
114 -- Some servers have invalid or self-signed certificates. You can list | 114 -- Some servers have invalid or self-signed certificates. You can list |
115 -- remote domains here that will not be required to authenticate using | 115 -- remote domains here that will not be required to authenticate using |
116 -- certificates. They will be authenticated using DNS instead, even | 116 -- certificates. They will be authenticated using other methods instead, |
117 -- when s2s_secure_auth is enabled. | 117 -- even when s2s_secure_auth is enabled. |
118 | 118 |
119 --s2s_insecure_domains = { "insecure.example" } | 119 --s2s_insecure_domains = { "insecure.example" } |
120 | 120 |
121 -- Even if you disable s2s_secure_auth, you can still require valid | 121 -- Even if you disable s2s_secure_auth, you can still require valid |
122 -- certificates for some domains by specifying a list here. | 122 -- certificates for some domains by specifying a list here. |