Update 'config.py'
This commit is contained in:
@@ -8,7 +8,7 @@ LUKS_VOLUME = '/root/secure.luks'
|
||||
# Root password for the system, api is only able to use basic auth with the root account
|
||||
FREENAS_ROOT_PASSWORD = 'my super secret password'
|
||||
# path to the CA certificate to verify the ssl cert on FreeNAS. If you don't wish to verify, make this False
|
||||
CA_CERT_PATH = 'False'
|
||||
CA_CERT_PATH = ''
|
||||
# pool names, this makes things easy when looking for the keys in the Luks volume
|
||||
POOL_NAMES = {'POOL_NAME','POOL_NAME2'}
|
||||
# Luks encryption password
|
||||
|
||||
Reference in New Issue
Block a user