Certificate path get from environment
authorburdziak <olaf.burdziakowski@nokia.com>
Tue, 10 Sep 2019 08:55:56 +0000 (10:55 +0200)
committerDan Timoney <dtimoney@att.com>
Tue, 22 Oct 2019 17:58:16 +0000 (17:58 +0000)
Issue-ID: SDNC-896
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
Change-Id: Id704359f7bd9b09f8a479587be6e13de492084c9

installation/sdnc/src/main/scripts/installCerts.py

index 17ada4c..4afc4b6 100644 (file)
@@ -26,7 +26,7 @@ import time
 import zipfile
 import shutil
 
-Path = "/tmp"
+Path = os.environ['ODL_CERT_DIR']
 
 zipFileList = []