docs: explain the absence of DH parameter files for apache setups
This commit is contained in:
parent
7e12118d2a
commit
9d9b6deb5e
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
- name: "apache | Generiere Diffie-Hellman-Parameter"
|
- name: "apache | Generiere Diffie-Hellman-Parameter"
|
||||||
openssl_dhparam:
|
openssl_dhparam:
|
||||||
path: "{{ dhparams_path }}"
|
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"
|
when: "'extern_hosts' in group_names"
|
||||||
|
|
||||||
- name: "configuration | Kopiere Dateien"
|
- name: "configuration | Kopiere Dateien"
|
||||||
|
|
Loading…
Reference in a new issue