From 671642a20bce39ba8b1a64264ef55918f7b29af5 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Wed, 25 Dec 2019 18:37:28 -0500 Subject: [PATCH] Update 'config.py' --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 454e090..634eebf 100644 --- a/config.py +++ b/config.py @@ -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