Skip to content

Instantly share code, notes, and snippets.

@fh
Created January 24, 2014 08:51
Show Gist options
  • Save fh/8594125 to your computer and use it in GitHub Desktop.
Save fh/8594125 to your computer and use it in GitHub Desktop.
ssl = {
key = "/etc/prosody/certs/zwoop.de.pem";
certificate = "/etc/prosody/certs/zwoop.de.pem";
options = { "no_sslv2", "no_ticket", "no_compression", "no_sslv3" };
--ciphers = "kECDH:HIGH:!MEDIUM:!LOW:!NULL:!DSS:!eNULL:!AES128:!CAMELLIA128:!3DES:!DES:!aNULL@STRENGTH";
--openssl dhparam -outform PEM -out dhparam.pem 4096
dhparam = "/etc/prosody/certs/dhparam.pem"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment