mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-01 11:46:07 +02:00
Update 30-certs_keygen
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
/defaults/nextcloud-perms.sh
|
/defaults/nextcloud-perms.sh
|
||||||
|
|
||||||
#Check if files exist
|
#Check if files exist
|
||||||
if bashio::config.has_value 'certfile'; then
|
if bashio::config.true 'use_own_certs'; then
|
||||||
bashio::log.info "Using referenced ssl certificates..."
|
bashio::log.info "Using referenced ssl certificates..."
|
||||||
CERTFILE=$(bashio::config 'certfile')
|
CERTFILE=$(bashio::config 'certfile')
|
||||||
KEYFILE=$(bashio::config 'keyfile')
|
KEYFILE=$(bashio::config 'keyfile')
|
||||||
|
|||||||
Reference in New Issue
Block a user