1
0
forked from infra/ansible
infra/roles/pretalx/templates/certs.j2

16 lines
324 B
Plaintext
Raw Normal View History

2023-09-15 12:08:32 +02:00
---
{{ pretalx_domain }}:
- path: /etc/nginx/ssl/{{ pretalx_domain }}.key
user: root
group: root
perm: '400'
format: key
action: '/usr/sbin/service nginx restart'
- path: /etc/nginx/ssl/{{ pretalx_domain }}.crt
user: root
group: root
perm: '400'
format: crt,ca
action: '/usr/sbin/service nginx restart'