diff options
author | 2021-01-21 14:41:14 +0100 | |
---|---|---|
committer | 2021-01-27 14:01:03 +0000 | |
commit | 727354a35fcc6221ebfcca4ab7e251d011fc5bed (patch) | |
tree | 218c0e0e54c0c7fdf1830ffb97aa3f338446d035 /plans/ccsdk-oran/polmansuite/sdnc/config | |
parent | ef3d76ba5ad5210f8405fcfffac191a08f6b5cba (diff) |
Update csit for nonrtric
Use robot framework, remove dependency on O-RAN-SC repo
Change-Id: I6f4da7cf2610fd56bb9d7e7f2fdea8a5b7e9489a
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Issue-ID: CCSDK-3090
Diffstat (limited to 'plans/ccsdk-oran/polmansuite/sdnc/config')
-rw-r--r-- | plans/ccsdk-oran/polmansuite/sdnc/config/https-props-a1controller.properties | 24 |
1 files changed, 24 insertions, 0 deletions
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 |