Commit 815ae2b4 authored by Mattia Rizzolo's avatar Mattia Rizzolo

nginx: fix path

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent e8093422
......@@ -43,9 +43,9 @@
- common.reload-firewall
- name: Generate Diffie-Hellman params
command: openssl dhparam -out /etc/nginx/dhparam.pem 4096
command: openssl dhparam -out /etc/nginx/dhparams.pem 4096
args:
creates: /etc/nginx/dhparam.pem
creates: /etc/nginx/dhparams.pem
- name: Add an hook to reload nginx when there are new ssl keys
template:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment