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