From 727354a35fcc6221ebfcca4ab7e251d011fc5bed Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Thu, 21 Jan 2021 14:41:14 +0100 Subject: Update csit for nonrtric Use robot framework, remove dependency on O-RAN-SC repo Change-Id: I6f4da7cf2610fd56bb9d7e7f2fdea8a5b7e9489a Signed-off-by: ecaiyanlinux Issue-ID: CCSDK-3090 --- .../config/https-props-a1controller.properties | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plans/ccsdk-oran/polmansuite/sdnc/config/https-props-a1controller.properties (limited to 'plans/ccsdk-oran/polmansuite/sdnc/config') diff --git a/plans/ccsdk-oran/polmansuite/sdnc/config/https-props-a1controller.properties b/plans/ccsdk-oran/polmansuite/sdnc/config/https-props-a1controller.properties new file mode 100644 index 00000000..7c4b1c17 --- /dev/null +++ b/plans/ccsdk-oran/polmansuite/sdnc/config/https-props-a1controller.properties @@ -0,0 +1,24 @@ +# ========================LICENSE_START================================= +# O-RAN-SC +# %% +# Copyright (C) 2021 Nordix Foundation +# %% +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ========================LICENSE_END=================================== + +key-store=/etc/ssl/certs/java/keystore.jks +key-password=sdnc-a1-controller +keystore-password=sdnc-a1-controller +isTrustStoreUsed=true +trust-store=/etc/ssl/certs/java/truststore.jks +truststore-password=sdnc-a1-controller -- cgit 1.2.3-korg