docs: explain the absence of DH parameter files for apache setups

This commit is contained in:
Lars Kruse 2023-01-04 12:50:21 +01:00
parent 7e12118d2a
commit 9d9b6deb5e

View file

@ -15,6 +15,8 @@
- name: "apache | Generiere Diffie-Hellman-Parameter"
openssl_dhparam:
path: "{{ dhparams_path }}"
# All of our apache2 instances are currently running behind public reverse proxies.
# Thus, they do not offer HTTPS and do not need DH parameters.
when: "'extern_hosts' in group_names"
- name: "configuration | Kopiere Dateien"