summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-01-18 17:34:27 +0100
committerThomas Lange <code@nerdmind.de>2017-01-18 17:34:27 +0100
commit07f918bac5beb7bc18baf6ede041e17dec85aaba (patch)
treec93eab81ff9412e6676cb243049874c21dbfb068
parent5da57e4b6f0b37263ebb857939caad88cb325b48 (diff)
downloadsnippets-07f918bac5beb7bc18baf6ede041e17dec85aaba.tar.gz
snippets-07f918bac5beb7bc18baf6ede041e17dec85aaba.tar.xz
snippets-07f918bac5beb7bc18baf6ede041e17dec85aaba.zip
Initial commit
-rw-r--r--Prosody/virtualhosts/virtualhost-simple.cfg.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/Prosody/virtualhosts/virtualhost-simple.cfg.lua b/Prosody/virtualhosts/virtualhost-simple.cfg.lua
new file mode 100644
index 0000000..6698c33
--- /dev/null
+++ b/Prosody/virtualhosts/virtualhost-simple.cfg.lua
@@ -0,0 +1,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";
+} \ No newline at end of file