This commit is contained in:
Paolo Asperti 2022-03-14 08:48:23 +01:00
parent 3c6c61fdc2
commit 0738c3f85d
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 3 additions and 1 deletions

View File

@ -67,8 +67,10 @@ fi
bashio::config.require.ssl
if bashio::config.true 'ssl'; then
certfile=$(bashio::config 'certfile' 10)
keyfile=$(bashio::config 'keyfile' 10)
cat >>/etc/umurmur/umurmurd.conf <<EOF
certificate = "${certfile";
certificate = "${certfile}";
private_key = "${keyfile}";
EOF
fi