fas: totp: add config files
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
341763e194
commit
3a9bea0e9d
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ metadata:
|
|||
data:
|
||||
totpcgi-ca.crt: |-
|
||||
{{ lookup('file', '{{ private }}/files/2fa-certs/keys/ca.crt') | indent() }}
|
||||
provisioning.conf: |-
|
||||
{{ load_file('provisioning.conf.j2') | indent() }}
|
||||
totpcgi.conf: |-
|
||||
{{ load_file('totpcgi.conf.j2') | indent() }}
|
||||
start.sh: |-
|
||||
set -xe
|
||||
rm -rf /httpdir/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue