2021-11-01 22:49:09 +01:00
|
|
|
---
|
|
|
|
|
2023-11-14 16:53:04 +01:00
|
|
|
{{ pretix_domain }} {{pretix_domainx }}:
|
2021-11-01 22:49:09 +01:00
|
|
|
- path: /etc/nginx/ssl/{{ pretix_domain }}.key
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: key
|
|
|
|
action: '/usr/sbin/service nginx restart'
|
|
|
|
- path: /etc/nginx/ssl/{{ pretix_domain }}.crt
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: crt,ca
|
|
|
|
action: '/usr/sbin/service nginx restart'
|