File diff a8ad1fdf6f60 → c92d79571cf9
roles/xmpp_server/templates/prosody.cfg.lua.j2
Show inline comments
 
@@ -44,6 +44,7 @@ allow_registration = false;
 
ssl = {
 
  key = "/etc/ssl/private/{{ ansible_fqdn }}_xmpp.key";
 
  certificate = "/etc/ssl/certs/{{ ansible_fqdn }}_xmpp.pem";
 
  dhparam = "/etc/ssl/private/{{ ansible_fqdn }}_xmpp.dh.pem";
 
}
 

	
 
-- Ports on which to have direct TLS/SSL.