Markus Hauschild
dc6f2e1e5b
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
300 B
Django/Jinja
16 lines
300 B
Django/Jinja
---
|
|
|
|
{{ domain }}:
|
|
- 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'
|