Fix NPE on service import
[sdc.git] / catalog-be / src / main / resources / cadi.properties
index 0d6aee1..bbce361 100644 (file)
@@ -13,7 +13,7 @@ hostname=onapportal
 csp_domain=PROD
 
 # Add Absolute path to Keyfile
-cadi_keyfile=/opt/app/jetty/base/be/etc/keyfile
+cadi_keyfile=/var/lib/jetty/opt/be/etc/keyfile
 
 
 # This is required to accept Certificate Authentication from Certman certificates.
@@ -31,7 +31,7 @@ cadi_loglevel=DEBUG
 # Default TrustStore - REQUIRED for changing PROTOCOL Defaults for DME2
 # Read https://wiki.web.att.com/pages/viewpage.action?pageId=574623569#URGENT:SolvingSSL2-3/TLSv1removalissues-Up-to-dateTruststore
 # Add Absolute path to truststore2018.jks
-cadi_truststore=/opt/app/jetty/base/be/etc/cadi_truststore.jks
+cadi_truststore=/var/lib/jetty/base/be/etc/cadi_truststore.jks
 # Note: This is the ONLY password that doesn't have to be encrypted. All Java's TrustStores are this passcode by default, because they are public certs
 cadi_truststore_password=changeit
 
@@ -52,4 +52,4 @@ cadi_latitude=32.780140
 cadi_longitude=-96.800451
 
 aaf_root_ns=com.att.aaf
-aaf_api_version=2.0
\ No newline at end of file
+aaf_api_version=2.0