ansible/roles/partdb/files/certs

15 lines
335 B
Plaintext

---
partdb.binary-kitchen.de:
- path: /etc/nginx/ssl/partdb.binary-kitchen.de.crt
user: root
group: root
perm: '400'
format: crt,ca
action: '/usr/sbin/service nginx restart'
- path: /etc/nginx/ssl/partdb.binary-kitchen.de.key
user: root
group: root
perm: '400'
format: key
action: '/usr/sbin/service nginx restart'