Certificate path get from environment
[sdnc/oam.git] / 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 = []