2016-04-07 15:50:58 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
www.binary-kitchen.de:
|
|
|
|
- path: /etc/nginx/ssl/www.binary-kitchen.de.crt
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: crt,ca
|
|
|
|
action: 'service nginx restart'
|
|
|
|
- path: /etc/nginx/ssl/www.binary-kitchen.de.key
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: key
|
|
|
|
action: 'service nginx restart'
|
2016-05-09 20:33:49 +02:00
|
|
|
|
|
|
|
www.ccc-r.de:
|
|
|
|
- path: /etc/nginx/ssl/www.ccc-r.de.crt
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: crt,ca
|
|
|
|
action: 'service nginx restart'
|
|
|
|
- path: /etc/nginx/ssl/www.ccc-r.de.key
|
|
|
|
user: root
|
|
|
|
group: root
|
|
|
|
perm: '400'
|
|
|
|
format: key
|
|
|
|
action: 'service nginx restart'
|