16 lines
318 B
Django/Jinja
16 lines
318 B
Django/Jinja
---
|
|
|
|
{{ bk23b_domain }}:
|
|
- path: /etc/nginx/ssl/{{ bk23b_domain }}.key
|
|
user: root
|
|
group: root
|
|
perm: '400'
|
|
format: key
|
|
action: '/usr/sbin/service nginx restart'
|
|
- path: /etc/nginx/ssl/{{ bk23b_domain }}.crt
|
|
user: root
|
|
group: root
|
|
perm: '400'
|
|
format: crt,ca
|
|
action: '/usr/sbin/service nginx restart'
|