2020-06-17 10:52:58 +02:00
|
|
|
---
|
|
|
|
|
2020-06-17 23:46:07 +02:00
|
|
|
{{ domain }}:
|
2020-06-17 10:52:58 +02:00
|
|
|
- path: /etc/nginx/ssl/{{ domain }}.crt
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: crt,ca
|
|
|
|
action: '/usr/sbin/service nginx restart'
|
|
|
|
- path: /etc/nginx/ssl/{{ domain }}.key
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: key
|
|
|
|
action: '/usr/sbin/service nginx restart'
|