summaryrefslogtreecommitdiffstats
path: root/Prosody/virtualhosts/virtualhost-simple.cfg.lua
blob: 6698c337718260e7fb0eba9241cf2634722c4169 (plain)
1
2
3
4
5
6
VirtualHost "xmpp.hostname.tld"
ssl = {
	key = "/etc/certificates/prosody/xmpp.hostname.tld/confidential.pem";
	certificate = "/etc/certificates/prosody/xmpp.hostname.tld/certificate_full.pem";
	ciphers = "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA";
}