mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-13 19:11:35 +02:00
Add symbolic links for SSL files in init script
This commit is contained in:
@@ -45,6 +45,9 @@ if bashio::config.true 'ssl'; then
|
|||||||
bashio::log.error "Key file /ssl/${keyfile} not found"
|
bashio::log.error "Key file /ssl/${keyfile} not found"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
ln -sf /ssl/${keyfile} /etc/coolwsd/key.pem
|
||||||
|
ln -sf /ssl/${certfile} /etc/coolwsd/cert.pem
|
||||||
|
ln -sf /ssl/${certfile} /etc/coolwsd/ca-chain.cert.pem
|
||||||
extra_params="${extra_params/--o:ssl.enable=false/}"
|
extra_params="${extra_params/--o:ssl.enable=false/}"
|
||||||
extra_params="${extra_params} \
|
extra_params="${extra_params} \
|
||||||
--o:ssl.enable=true
|
--o:ssl.enable=true
|
||||||
|
|||||||
Reference in New Issue
Block a user