Skip to content
Snippets Groups Projects
Commit f943bda6 authored by nimrod's avatar nimrod
Browse files

Try to speed up the DH parameter generation.

parent e25eab3e
No related branches found
No related tags found
No related merge requests found
...@@ -184,6 +184,10 @@ ...@@ -184,6 +184,10 @@
# yamllint enable rule:line-length # yamllint enable rule:line-length
mode: 0o0644 mode: 0o0644
path: *dhparams path: *dhparams
# It takes a considerable amount of time to generate new DH parameters.
# Try using the openssl backend instead of the Python Cryptography one
# to speed it up.
select_crypto_backend: openssl
size: 4096 size: 4096
state: present state: present
notify: '{{ handlers|default([]) }}' notify: '{{ handlers|default([]) }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment