fix ssl
This commit is contained in:
parent
3c6c61fdc2
commit
0738c3f85d
@ -67,8 +67,10 @@ fi
|
|||||||
bashio::config.require.ssl
|
bashio::config.require.ssl
|
||||||
|
|
||||||
if bashio::config.true 'ssl'; then
|
if bashio::config.true 'ssl'; then
|
||||||
|
certfile=$(bashio::config 'certfile' 10)
|
||||||
|
keyfile=$(bashio::config 'keyfile' 10)
|
||||||
cat >>/etc/umurmur/umurmurd.conf <<EOF
|
cat >>/etc/umurmur/umurmurd.conf <<EOF
|
||||||
certificate = "${certfile";
|
certificate = "${certfile}";
|
||||||
private_key = "${keyfile}";
|
private_key = "${keyfile}";
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user