docs: improve explanation of DH parameter condition
This commit is contained in:
parent
9d9b6deb5e
commit
fd43dbbb59
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@
|
|||
- name: "apache | Generiere Diffie-Hellman-Parameter"
|
||||
openssl_dhparam:
|
||||
path: "{{ dhparams_path }}"
|
||||
# All of our apache2 instances are currently running behind public reverse proxies.
|
||||
# Most of our apache2 instances are currently running behind public reverse proxies.
|
||||
# Thus, they do not offer HTTPS and do not need DH parameters.
|
||||
# The only possible exceptions are external hosts (e.g. orwell).
|
||||
when: "'extern_hosts' in group_names"
|
||||
|
||||
- name: "configuration | Kopiere Dateien"
|
||||
|
|
Loading…
Reference in a new issue