From: Tom Hughes Date: Fri, 29 Aug 2014 14:32:30 +0000 (+0100) Subject: Add custom DH parameters our main certificate X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7b812075e1b4587296cae9be98f909b7e8b42a45?hp=7b812075e1b4587296cae9be98f909b7e8b42a45 Add custom DH parameters our main certificate Java before version 7 can't cope with DH parameters longer than 1024 bits but Apache 2.4 bases the DH parameter length on the certificate key length, which is 2048 bits. http://httpd.apache.org/docs/current/ssl/ssl_faq.html#javadh ---