Add DH to XMPP

This commit is contained in:
Bob Mottram 2014-09-14 20:14:23 +01:00
parent a4b48f92c4
commit 1ce7e39176
1 changed files with 1 additions and 0 deletions

View File

@ -4010,6 +4010,7 @@ Within the *ssl* section set:
ssl = {
key = "/etc/ssl/private/xmpp.key";
certificate = "/etc/ssl/certs/xmpp.crt";
dhparam = "/etc/ssl/certs/xmpp.dhparam";
}
#+END_SRC