Commit f943bda6 authored by nimrod's avatar nimrod
Browse files

Try to speed up the DH parameter generation.

parent e25eab3e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -184,6 +184,10 @@
        # yamllint enable rule:line-length
        mode: 0o0644
        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
        state: present
      notify: '{{ handlers|default([]) }}'