From 2c1179b657efe2a291012d2b8f2eee2179402d27 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Tue, 3 Apr 2018 17:32:13 +0200 Subject: Fixes in LCM Change-Id: I9dfdacf32970c86b595939f6cd92b6eb276ebf90 Issue-ID: VFC-728 Signed-off-by: Denes Nemeth --- .../src/main/resources/application.properties | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'nokiav2/deployment') diff --git a/nokiav2/deployment/src/main/resources/application.properties b/nokiav2/deployment/src/main/resources/application.properties index c467e765..d52ed498 100644 --- a/nokiav2/deployment/src/main/resources/application.properties +++ b/nokiav2/deployment/src/main/resources/application.properties @@ -60,6 +60,24 @@ skipCertificateVerification=true # in PEM format encoded in BASE64 to a single line trustedCertificates= +############################################################################### +# Configuration parameters for direct integration +############################################################################### +# skip hostname verification during SSL on CBAM LCN, LCM and authorization interface +skipHostnameVerificationForAai=true +# skip certificate verification during SSL on CBAM LCN, LCM and authorization interface +skipCertificateVerificationForAai=true +# the collection of trusted certificates for SSL on CBAM LCN, LCM and authorization interface +# in PEM format encoded in BASE64 to a single line +trustedCertificatesForAai= +#The username to access AAI +aaiUsername=AAI +#The password to access AAI +aaiPassword=AAI +#The username to access SDC +sdcUsername=SDC +#The password to access SDC +sdcPassword=SDC ############################################################################### # End of mandatory properties for driver # ############################################################################### -- cgit 1.2.3-korg