change location dH paramerter
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2022-04-01 09:38:52 +02:00
parent 4a00dbab13
commit 9234188cc1

View File

@ -43,5 +43,5 @@
- name: Generate Diffie-Hellman parameters
openssl_dhparam:
path: /etc/letsencrypt/ssl-dhparams.pem
path: /etc/letsencrypt/live/{% if certbot_cert_name %}{{ certbot_cert_name }}{% else %}{{ cert_item.domains | first | replace('*.', '') }}{% endif %}/ssl-dhparams.pem
size: 2048