X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Ftlsproxy-setup;h=d553404eba931a749c7e4218212e7304486ab507;hp=4b57a2220aafd62c888c6fba8bb9be82a2ef07cf;hb=219d904b7d12173ee93d016fe1a2cb8ae32eea9c;hpb=6d66815519fcf6733651adb7c81c737fa2fe4189 diff --git a/src/tlsproxy-setup b/src/tlsproxy-setup index 4b57a22..d553404 100755 --- a/src/tlsproxy-setup +++ b/src/tlsproxy-setup @@ -59,4 +59,9 @@ certtool --generate-self-signed \ rm "$tempfile" +# Generate proxy Diffie-Hellman parameters. +certtool --generate-dh-params \ + --sec-param high \ + --outfile proxy-dh.pem + echo done