From 9c9c2f51abf0f28cbd0528b695b52f43331c866e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maggioni?= Date: Fri, 17 Mar 2017 11:59:24 +0100 Subject: [PATCH] Coherence of certificate trust option naming --- proxmox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.py b/proxmox.py index 14557dd..c946957 100755 --- a/proxmox.py +++ b/proxmox.py @@ -285,7 +285,7 @@ def main(): with open(config_path, "r") as config_file: config_data = json.load(config_file) try: - bool_validate_cert = config_data["trustInvalidCerts"] + bool_validate_cert = config_data["validateCert"] except KeyError: pass if os.environ.has_key('PROXMOX_INVALID_CERT'):