mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 02:58:11 +01:00
Update 30-certs_keygen
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/defaults/nextcloud-perms.sh
|
||||
|
||||
#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..."
|
||||
CERTFILE=$(bashio::config 'certfile')
|
||||
KEYFILE=$(bashio::config 'keyfile')
|
||||
|
||||
Reference in New Issue
Block a user