fas: totp: add config files

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-11 19:06:42 +02:00
parent 341763e194
commit 3a9bea0e9d

View file

@ -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/*