Skip to content

Commit

Permalink
decrease the number of bits used in creation of DH parameter to a mor…
Browse files Browse the repository at this point in the history
…e reasonable value
  • Loading branch information
jodyboucher committed Mar 29, 2017
1 parent 15c281d commit 211167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
notify: reload nginx

- name: Generate strong Ephemeral Diffie-Hellman (DHE) parameter
command: openssl dhparam -out dhparams.pem 4096
command: openssl dhparam -out dhparams.pem 2048
args:
chdir: "{{ nginx_path_ssl_conf }}"
creates: "{{ nginx_path_ssl_conf }}/dhparams.pem"
Expand Down

0 comments on commit 211167b

Please sign in to comment.