From 76c74f505d71c5bcd97dfb3b3560e69f37a7a83f Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 26 Mar 2019 14:28:39 +0100 Subject: [PATCH] Update SSL certificate for Dublin Updated keystore for use with Dublin release Expiry is March 26th 2020 Issue-ID: CLAMP-337 Change-Id: Ifd044b02a94bd93fa2320281638c4b3e7daa1d9c Signed-off-by: ChrisC --- README.md | 350 ++++++++++----------- docs/index.rst | 10 +- src/main/resources/application.properties | 6 +- src/main/resources/clds/aaf/org.onap.clamp.keyfile | 54 ++-- src/main/resources/clds/aaf/org.onap.clamp.p12 | Bin 3982 -> 4107 bytes src/main/resources/clds/aaf/truststoreONAPall.jks | Bin 114865 -> 117990 bytes 6 files changed, 210 insertions(+), 210 deletions(-) diff --git a/README.md b/README.md index e5b6090f..318d2c87 100644 --- a/README.md +++ b/README.md @@ -1,176 +1,176 @@ -# Summary - -CLAMP is a platform for designing and managing control loops. It is used to design a closed loop, configure it with specific parameters for a particular network service, then deploying and undeploying it. Once deployed, the user can also update the loop with new parameters during runtime, as well as suspending and restarting it. - -It interacts with other systems to deploy and execute the closed loop. For example, it pushes the control loop design to the SDC catalog, associating it with the VF resource. It requests from DCAE the instantiation of microservices to manage the closed loop flow. Further, it creates and updates multiple policies in the Policy Engine that define the closed loop flow. - -The ONAP CLAMP platform abstracts the details of these systems under the concept of a control loop model. The design of a control loop and its management is represented by a workflow in which all relevant system interactions take place. This is essential for a self-service model of creating and managing control loops, where no low-level user interaction with other components is required. - -At a higher level, CLAMP is about supporting and managing the broad operational life cycle of VNFs/VMs and ultimately ONAP components itself. It will offer the ability to design, test, deploy and update control loop automation - both closed and open. Automating these functions would represent a significant saving on operational costs compared to traditional methods. - -# Developer Contact -Owner: ONAP CLAMP Dev team -Mailing List : onap-discuss@lists.onap.org -Add the following prefix to Subject on the mailing list : [CLAMP] -See here to subscribe : https://wiki.onap.org/display/DW/Mailing+Lists - -# Wiki -https://wiki.onap.org/display/DW/CLAMP+Project - -# Build -Jenkins Job: ${jenkins-joblink} - -CLAMP UI: ${cockpit-link} - -Logs: ${elk-link} - -# Docker image - -## Building -You can use the following command to build the clamp docker image: -``` -mvn clean install -P docker -``` - -## Deployment -Currently, the clamp docker image can be deployed with small configuration needs. Though, you might need to make small adjustments to the configuration. As clamp is spring based, you can use the SPRING_APPLICATION_JSON environment variable to update its parameters. - -### Databases -There are two needed datasource for Clamp. By default, both will try to connect to the localhost server using the credentials available in the example SQL files. If you need to change the default database host and/or credentials, you can do it by using the following json as SPRING_APPLICATION_JSON environment variable : -Note that all others configurations can be configured in the JSON as well, - -```json -{ - "spring.datasource.cldsdb.url": "jdbc:mysql://anotherDB.onap.org:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3", - "spring.datasource.cldsdb.username": "admin", - "spring.datasource.cldsdb.password": "password" - - "clamp.config.dcae.inventory.url": "http://dcaegen2.host:8080", - "clamp.config.dcae.dispatcher.url": "http://dcaegen2.host:8080", - "clamp.config.policy.pdpUrl1": "https://policy-pdp.host:9091/pdp/ , testpdp, alpha123", - "clamp.config.policy.pdpUrl2": "https://policy-pdp.host:9091/pdp/ , testpdp, alpha123", - "clamp.config.policy.papUrl": "https://policy-pap.host:8443/pap/ , testpap, alpha123", - "clamp.config.policy.clientKey": "5CE79532B3A2CB4D132FC0C04BF916A7" - "clamp.config.files.sdcController":"file:/opt/clamp/config/sdc-controllers-config.json" -} -``` -### SDC-Controllers config - -This file is a JSON that must be specified to Spring config, here is an example: - -```json -{ - "sdc-connections":{ - "sdc-controller1":{ - "user": "clamp", - "consumerGroup": "consumerGroup1", - "consumerId": "consumerId1", - "environmentName": "AUTO", - "sdcAddress": "localhost:8443", - "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", - "pollingInterval":30, - "pollingTimeout":30, - "activateServerTLSAuth":"false", - "keyStorePassword":"", - "keyStorePath":"", - "messageBusAddresses":["dmaaphost.com"] - }, - "sdc-controller2":{ - "user": "clamp", - "consumerGroup": "consumerGroup1", - "consumerId": "consumerId1", - "environmentName": "AUTO", - "sdcAddress": "localhost:8443", - "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", - "pollingInterval":30, - "pollingTimeout":30, - "activateServerTLSAuth":"false", - "keyStorePassword":"", - "keyStorePath":"", - "messageBusAddresses":["dmaaphost.com"] - } - } -} -``` -Multiple controllers can be configured so that Clamp is able to receive the notifications from different SDC servers. -Each Clamp existing in a cluster should have different consumerGroup and consumerId so that they can each consume the SDC notification. -The environmentName is normally the Dmaap Topic used by SDC. -If the sdcAddress is not specified or not available (connection failure) the messageBusAddresses will be used (Dmaap servers) - -### Docker-compose - -A [docker-compose example file](extra/docker/clamp/docker-compose.yml) can be found under the [extra/docker/clamp/ folder](extra/docker/). - -Once the image has been built and is available locally, you can use the `docker-compose up` command to deploy a prepopullated database and a clamp instance available on [http://localhost:8080/designer/index.html](http://localhost:8080/designer/index.html). - - -### Logs - -Clamp uses logback framework to generate logs. The logback.xml file cand be found under the [src/main/resources/ folder](src/main/resources). - -With the default log settings, all logs will be generated into console and into root.log file under the Clamp root folder. The root.log file is not allowed to be appended, thus restarting the clamp will result in cleaning of the old log files. - -### Api - -You can see the swagger definition for the jaxrs apis at `/restservices/clds/v1/openapi.json` - - -## Clamp Credentials - -There are two mechanisms that can enabled for the authentication, one or the other never both at the same time. -They can be enabled in the application.properties. - -1. AAF CA -There is a section for SSL enablement and cadi configuration (for AAF) + one spring profile to enable - -server.port=8443 -server.ssl.key-store=classpath:/clds/aaf/org.onap.clamp.p12 -server.ssl.key-store-password=China in the Spring -server.ssl.key-password=China in the Spring -server.ssl.key-store-type=PKCS12 -server.ssl.key-alias=clamp@clamp.onap.org -server.ssl.client-auth=want -server.ssl.trust-store=classpath:/clds/aaf/truststoreONAPall.jks -server.ssl.trust-store-password=changeit - -server.http-to-https-redirection.port=8080 -.... -spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller -.... -clamp.config.cadi.keyFile=classpath:/clds/aaf/org.onap.clamp.keyfile -clamp.config.cadi.cadiLoglevel=DEBUG -clamp.config.cadi.cadiLatitude=37.78187 -clamp.config.cadi.cadiLongitude=-122.26147 -clamp.config.cadi.aafLocateUrl=https://aaf.api.simpledemo.onap.org:8095 -clamp.config.cadi.cadiKeystorePassword=enc:V_kq_EwDNb4itWp_lYfDGXIWJzemHGkhkZOxAQI9IHs -clamp.config.cadi.cadiTruststorePassword=enc:Mj0YQqNCUKbKq2lPp1kTFQWeqLxaBXKNwd5F1yB1ukf -clamp.config.cadi.aafEnv=DEV -clamp.config.cadi.aafUrl=https://AAF_LOCATE_URL/AAF_NS.service:2.0 -clamp.config.cadi.cadiX509Issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US - -In that case a certificate must be added in the browser and is required to login properly -Please check that section to get the certificate -https://wiki.onap.org/display/DW/Control+Loop+Flows+and+Models+for+Casablanca#ControlLoopFlowsandModelsforCasablanca-Configure - -Or it can be found in the Clamp source code folder src/main/resources/clds/aaf -(Default Password: "China in the Spring") - -2. Spring authentication -It's possible to enable the spring authentication by disabling the "clamp-aaf-authentication" profile and enabling only the "clamp-default-user" -spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller -In that case, the credentials should be specified in `src/main/resources/clds/clds-users.json`. You might specify you own credential file by redefining the `clamp.config.files.cldsUsers` in `application.properties`. - -Passwords should be hashed using Bcrypt : -``` -# pip3 install bcrypt # if you don't have the bcrypt python lib installed, should be done once. -# python3 -c 'import bcrypt; print(bcrypt.hashpw("password".encode(), bcrypt.gensalt(rounds=10, prefix=b"2a")))' -``` - -Default credentials are admin/password and cs0008/password. - -There is a spring file that disables the AAF and enable the Spring authentication by default. -To use it just add - ---spring.config.name=application-noaaf - +# Summary + +CLAMP is a platform for designing and managing control loops. It is used to design a closed loop, configure it with specific parameters for a particular network service, then deploying and undeploying it. Once deployed, the user can also update the loop with new parameters during runtime, as well as suspending and restarting it. + +It interacts with other systems to deploy and execute the closed loop. For example, it pushes the control loop design to the SDC catalog, associating it with the VF resource. It requests from DCAE the instantiation of microservices to manage the closed loop flow. Further, it creates and updates multiple policies in the Policy Engine that define the closed loop flow. + +The ONAP CLAMP platform abstracts the details of these systems under the concept of a control loop model. The design of a control loop and its management is represented by a workflow in which all relevant system interactions take place. This is essential for a self-service model of creating and managing control loops, where no low-level user interaction with other components is required. + +At a higher level, CLAMP is about supporting and managing the broad operational life cycle of VNFs/VMs and ultimately ONAP components itself. It will offer the ability to design, test, deploy and update control loop automation - both closed and open. Automating these functions would represent a significant saving on operational costs compared to traditional methods. + +# Developer Contact +Owner: ONAP CLAMP Dev team +Mailing List : onap-discuss@lists.onap.org +Add the following prefix to Subject on the mailing list : [CLAMP] +See here to subscribe : https://wiki.onap.org/display/DW/Mailing+Lists + +# Wiki +https://wiki.onap.org/display/DW/CLAMP+Project + +# Build +Jenkins Job: ${jenkins-joblink} + +CLAMP UI: ${cockpit-link} + +Logs: ${elk-link} + +# Docker image + +## Building +You can use the following command to build the clamp docker image: +``` +mvn clean install -P docker +``` + +## Deployment +Currently, the clamp docker image can be deployed with small configuration needs. Though, you might need to make small adjustments to the configuration. As clamp is spring based, you can use the SPRING_APPLICATION_JSON environment variable to update its parameters. + +### Databases +There are two needed datasource for Clamp. By default, both will try to connect to the localhost server using the credentials available in the example SQL files. If you need to change the default database host and/or credentials, you can do it by using the following json as SPRING_APPLICATION_JSON environment variable : +Note that all others configurations can be configured in the JSON as well, + +```json +{ + "spring.datasource.cldsdb.url": "jdbc:mysql://anotherDB.onap.org:3306/cldsdb4?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3", + "spring.datasource.cldsdb.username": "admin", + "spring.datasource.cldsdb.password": "password" + + "clamp.config.dcae.inventory.url": "http://dcaegen2.host:8080", + "clamp.config.dcae.dispatcher.url": "http://dcaegen2.host:8080", + "clamp.config.policy.pdpUrl1": "https://policy-pdp.host:9091/pdp/ , testpdp, alpha123", + "clamp.config.policy.pdpUrl2": "https://policy-pdp.host:9091/pdp/ , testpdp, alpha123", + "clamp.config.policy.papUrl": "https://policy-pap.host:8443/pap/ , testpap, alpha123", + "clamp.config.policy.clientKey": "5CE79532B3A2CB4D132FC0C04BF916A7" + "clamp.config.files.sdcController":"file:/opt/clamp/config/sdc-controllers-config.json" +} +``` +### SDC-Controllers config + +This file is a JSON that must be specified to Spring config, here is an example: + +```json +{ + "sdc-connections":{ + "sdc-controller1":{ + "user": "clamp", + "consumerGroup": "consumerGroup1", + "consumerId": "consumerId1", + "environmentName": "AUTO", + "sdcAddress": "localhost:8443", + "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", + "pollingInterval":30, + "pollingTimeout":30, + "activateServerTLSAuth":"false", + "keyStorePassword":"", + "keyStorePath":"", + "messageBusAddresses":["dmaaphost.com"] + }, + "sdc-controller2":{ + "user": "clamp", + "consumerGroup": "consumerGroup1", + "consumerId": "consumerId1", + "environmentName": "AUTO", + "sdcAddress": "localhost:8443", + "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", + "pollingInterval":30, + "pollingTimeout":30, + "activateServerTLSAuth":"false", + "keyStorePassword":"", + "keyStorePath":"", + "messageBusAddresses":["dmaaphost.com"] + } + } +} +``` +Multiple controllers can be configured so that Clamp is able to receive the notifications from different SDC servers. +Each Clamp existing in a cluster should have different consumerGroup and consumerId so that they can each consume the SDC notification. +The environmentName is normally the Dmaap Topic used by SDC. +If the sdcAddress is not specified or not available (connection failure) the messageBusAddresses will be used (Dmaap servers) + +### Docker-compose + +A [docker-compose example file](extra/docker/clamp/docker-compose.yml) can be found under the [extra/docker/clamp/ folder](extra/docker/). + +Once the image has been built and is available locally, you can use the `docker-compose up` command to deploy a prepopullated database and a clamp instance available on [http://localhost:8080/designer/index.html](http://localhost:8080/designer/index.html). + + +### Logs + +Clamp uses logback framework to generate logs. The logback.xml file cand be found under the [src/main/resources/ folder](src/main/resources). + +With the default log settings, all logs will be generated into console and into root.log file under the Clamp root folder. The root.log file is not allowed to be appended, thus restarting the clamp will result in cleaning of the old log files. + +### Api + +You can see the swagger definition for the jaxrs apis at `/restservices/clds/v1/openapi.json` + + +## Clamp Credentials + +There are two mechanisms that can enabled for the authentication, one or the other never both at the same time. +They can be enabled in the application.properties. + +1. AAF CA +There is a section for SSL enablement and cadi configuration (for AAF) + one spring profile to enable + +server.port=8443 +server.ssl.key-store=classpath:/clds/aaf/org.onap.clamp.p12 +server.ssl.key-store-password=34xqGdj]VnHothQ]5qCykV3X +server.ssl.key-password=34xqGdj]VnHothQ]5qCykV3X +server.ssl.key-store-type=PKCS12 +server.ssl.key-alias=clamp@clamp.onap.org +server.ssl.client-auth=want +server.ssl.trust-store=classpath:/clds/aaf/truststoreONAPall.jks +server.ssl.trust-store-password=changeit + +server.http-to-https-redirection.port=8080 +.... +spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller +.... +clamp.config.cadi.keyFile=classpath:/clds/aaf/org.onap.clamp.keyfile +clamp.config.cadi.cadiLoglevel=DEBUG +clamp.config.cadi.cadiLatitude=37.78187 +clamp.config.cadi.cadiLongitude=-122.26147 +clamp.config.cadi.aafLocateUrl=https://aaf.api.simpledemo.onap.org:8095 +clamp.config.cadi.cadiKeystorePassword=enc:V_kq_EwDNb4itWp_lYfDGXIWJzemHGkhkZOxAQI9IHs +clamp.config.cadi.cadiTruststorePassword=enc:Mj0YQqNCUKbKq2lPp1kTFQWeqLxaBXKNwd5F1yB1ukf +clamp.config.cadi.aafEnv=DEV +clamp.config.cadi.aafUrl=https://AAF_LOCATE_URL/AAF_NS.service:2.0 +clamp.config.cadi.cadiX509Issuers=CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US + +In that case a certificate must be added in the browser and is required to login properly +Please check that section to get the certificate +https://wiki.onap.org/display/DW/Control+Loop+Flows+and+Models+for+Casablanca#ControlLoopFlowsandModelsforCasablanca-Configure + +Or it can be found in the Clamp source code folder src/main/resources/clds/aaf +(Default Password: "34xqGdj]VnHothQ]5qCykV3X") + +2. Spring authentication +It's possible to enable the spring authentication by disabling the "clamp-aaf-authentication" profile and enabling only the "clamp-default-user" +spring.profiles.active=clamp-default,clamp-default-user,clamp-sdc-controller +In that case, the credentials should be specified in `src/main/resources/clds/clds-users.json`. You might specify you own credential file by redefining the `clamp.config.files.cldsUsers` in `application.properties`. + +Passwords should be hashed using Bcrypt : +``` +# pip3 install bcrypt # if you don't have the bcrypt python lib installed, should be done once. +# python3 -c 'import bcrypt; print(bcrypt.hashpw("password".encode(), bcrypt.gensalt(rounds=10, prefix=b"2a")))' +``` + +Default credentials are admin/password and cs0008/password. + +There is a spring file that disables the AAF and enable the Spring authentication by default. +To use it just add + +--spring.config.name=application-noaaf + to the jvm parameters. This file is available by default in the java classpath resource folder. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 03859a99..c3c6ee40 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. +.. Copyright (c) 2017-2019 AT&T Intellectual Property. All rights reserved. CLAMP - Closed Loop Automation Management Platform ================================================== @@ -168,8 +168,8 @@ This file is a JSON that must be specified to Spring config, here is an example: Multiple controllers can be configured so that Clamp is able to receive the notifications from different SDC servers. Each Clamp existing in a cluster should have different consumerGroup and consumerId so that they can each consume the SDC notification. -The environmentName is normally the Dmaap Topic used by SDC. -If the sdcAddress is not specified or not available (connection failure) the messageBusAddresses will be used (Dmaap servers) +The environmentName is normally the Dmaap Topic used by SDC. +If the sdcAddress is not specified or not available (connection failure) the messageBusAddresses will be used (Dmaap servers) Administration -------------- @@ -184,7 +184,7 @@ For OOM, the URL is https://:30258/designer/index.html Default password : password - With AAF enabled, the certificate p12 must be added to the browser - ca path: src/main/resources/clds/aaf/org.onap.clamp.p12, password "China in the Spring" + ca path: src/main/resources/clds/aaf/org.onap.clamp.p12, password "34xqGdj]VnHothQ]5qCykV3X" Or get it from this page : https://wiki.onap.org/display/DW/Control+Loop+Flows+and+Models+for+Casablanca Human Interfaces @@ -193,7 +193,7 @@ Human Interfaces User Interface (CLAMP Designer) - serve to configure control loop CLAMP UI is used to configure the Control Loop designed and distributed by SDC. From that UI it's possible to distribute the configuration policies and control the life-cycle of the DCAE Micro Services. - + The following actions are done using the UI: * Design a control loop flow by selecting a predefined template from a list diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 91c02ef7..d6f21d3f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP CLAMP # ================================================================================ -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights +# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights # reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -58,8 +58,8 @@ server.port=8443 ## Config part for Server certificates # Can be a classpath parameter instead of file:/ server.ssl.key-store=classpath:/clds/aaf/org.onap.clamp.p12 -server.ssl.key-store-password=China in the Spring -server.ssl.key-password=China in the Spring +server.ssl.key-store-password=34xqGdj]VnHothQ]5qCykV3X +server.ssl.key-password=34xqGdj]VnHothQ]5qCykV3X server.ssl.key-store-type=PKCS12 server.ssl.key-alias=clamp@clamp.onap.org diff --git a/src/main/resources/clds/aaf/org.onap.clamp.keyfile b/src/main/resources/clds/aaf/org.onap.clamp.keyfile index 45cdcb60..4908ca7e 100644 --- a/src/main/resources/clds/aaf/org.onap.clamp.keyfile +++ b/src/main/resources/clds/aaf/org.onap.clamp.keyfile @@ -1,27 +1,27 @@ -HTQLJHUg5Du0VM7wHY5cBMTgupk6ujhSoAgx5BTHp9wt9CoWvD72ScIciyldEH9R2QZIL9ZvpVo0 -h2o-hSQueaVjPcIFUhVIl4HWmNC6I2YAlNkwy3VMl1g9otKaOTgo3ChsFUVq7ACIrcr2977wo4B_ -FeHa0lInuaLoEjHMP1fszTWYBBx9oY3K9s-9MQQyCo6bFV-4L733sPeE60j20FWoygUwvIqxp3Pc -Bmnm1AtcrhGH0elqDg9qNjmnmC3gxZaGpGiclaEds_lVu57RIXwtTHgYyMbJzfP-Ziq3T7i8d-h3 -JZThj1l9JvDLYm2z0BEXuQ3Owvn4m98cWB9P5esJOKYEvsfIGK_Fd6uT04fzkeDT1wNV4-Swuorr -ymZQxnvHbUAp91NJEa3EtWTuBxNeoqV0cw97WkAYn95pgjH4ZVhBdczclS-EStFJyYOHtTRAs1A_ -8i36GiuUPHn3KolkRF2GvtZfwNj5AYfcUKhqULJ-T_is2KKYnGwQ2iaItX2852o4zlzkMXFMkt5C -qbsDmrU7F5zxn4HG6yShW5sIXgAcS9cyIs8IFgHtkYauDJlKZWynhzqibh3-bzPyfFmreTHxQ-Av -Lgp5sAtf1B9_1feVyE78bmQ3IMtxE-YkV8RYPDJzKw0nIdjce7j89azNq_as5JMfCCHSlYcKRs8O -Nrh8gXYun28iUL_kwEUWK0WohPgwQBb46_Hkc6a0aSYbuFA_7qgprPB9wmAlHtuqnCAb2vk8GT-h -07DB6yPGgzE-OgXUzLIWHXVzPO6SjOg3ifYpCRigOsNqkV1paBBOzje7dn2RnpgaRJS3zupTMnqF -g5N9qCgubxRlII626-Dc_i5X1OAWPzJK8UZPuxRAg3YVJNHluB3O0Q2Uo14RkO3a2Tn_Ce9XoTUJ -Jqi_qZWytIB9sHMNM7KvcRxGedLqd_230O3zV7rTa4Up0BFoMyHmnf2SZu96x_Yz_n_AWhiaALvE -ON_nTxPEOHfEfrNzo7pCwIaI5gM6eu_S24aZTf4L-5tekqH7l1PEbKr2QP4XfTZBN4FgNExgGpzG -the3zv4k7hJeWe7GbtMmnZXIQUJkZVTHBwqvHkqtN9cBWpihCNVmI3zKq6Bsy6Us0SDZ686kpeVS -s9eyrzj6uLPE65mQxCpoMt6G4HSjzMqA3HOX_7ixBBhtdVi5-X7NeTigr-uaZg67yP3cSikfFf9w -dyFuMjg29jtlaTNzOov8HFrcLq01N3fpwDkSU_2TmLndU-FMat78CMCLW5QuS1KF3hC9T8wzKWS_ -WHK2oMA3SqWyqnj_cE_T4Ql_VKL3nkvf_bzTvLso_BWodUw2A-eO-1qjtCHp3nnTdSVH06E3_eRH -BuKWEt0MLyNpm88OD0tgOC3fn7casioynQLoFatta5nlQfj4nsAXj2bD6CrohtDhjOKXqHxDU6s7 -adtNoBGyEK5FKy3HtHMC7KXsK_6wbYUluz93nCNMok696HIHojNUydGFqfr2HluQTi0S3uHnD_pS --QM8DbsFi8oIztn6Er4CFFJQ-tUuDyX6ahfY5gWLqCgRM7RzrkoHY7b4vkHxZTBLZlPGWfRtG0vc -GTSqIRNI2Z_Zte5-wW7T9vfFVBsArF0SJWOrlUqf7fGN1_2H9B9aIpLEMaHF7EEp1OP6_SNnfuhB -K31EFy0VW0eGnLezpd3HT540kznub7h_m6phZaqeZJxsle9jHEOS7qDc3T6s1hZ7DLK2Ej5RFuq8 -5LA9Cj5VrdejKMZKZJwmyWylLe224RyY4gDa0MB_lDAeC-YFdY2ClymYRJmclFFSWf7X1j5beQve -xGbsXJaWZcJpahpFu4RR-kOOyZBLPsdiyOZ7PGXz83l35NiXabmRapgjve1t7NFSuRluafihc0Lg -GKoz_-3YAFJmh4Z3bcCsz1WhCUYqzWyDsnZiD7sMQT7Oyje7RqzoxBZs5Ke1_0jtpgFrc7BcqHG7 -WpwJr6hg53o3BpWcUEopBomhbdxiDSLxZmDrePy9LDC7YNk_7-gVKIc7dZDMgw6kSRR330p0 \ No newline at end of file +dK4TahfDgZ9dafmSF971Olx2sfGYPTm7JZnfbtjWxJOWSoRXzyLnJ2C1JwfucH99_9QTF2HQc_Av +LiBCbDt1UJz8K63igFpZhKHR1RpsF-jjGWcrkSWu5z9yz52DJYru4uJ-GY0simVUvlVOn_QR2SHV +D2qknw7FzUKO8NzQd0xJSbxP2lbTEOw5bD74d3gXaVnMEA1yUrV2f5LV5F6O6zPC7s94l9G1Prxa +LS2VE1ZUY2Y2VD9bigQxw_OdtfbMk9DrDAfvYmhUZwd4MMqurHYdqwn5iuMVBT3cz4saFVGhoFNv +d_NwEmsaeGujnZWRQUwhnv5SPXslQY_QXOnTbucvItDwpIA07W8fxZk1os3D5q2XFkHjqDzhWqnq +4Snv1Bz9gw7WIHBjVIgPDHfheQfvm7gO5E5LlmSiVouBdyEp1Yc4mhdR1zs8Kt1AvUEkXVzlbR7a +rMBcASvn1lGvjcU4NqM_u8hIFg-O-w2ooMJK9UUOOVlYRI_wblAGF173Z67CfVRtWdepKb2Fv4pb +3N9w95knLUsh6xea05W4FnNYdoGwHRofRVkH3Kotd0KUoXwe4p6UpfFw33jj-8pWMaRpkkDu9-Ol +Q_B006lHZ6HnXMWnQyrpqYxPRWc0TvoYvlSPqcXVQWIOVP3K-pp6lnREFfJSJ4MPm9AgE9v5GywH +YC9Tq0fWxzKuEbNZCU9xJyXP8rrQi9O8CVwBT0oAzJ012Ztt4mEXvjByKOJsCAPVbEqB3THcL-X5 +UNnyiM7aDFiemQGFbRQgNu9fkk3CgvgU_G4MvXneFmsbJdthvqVDMDe26miUmjOsQl6tZgqKg5sN +pExhOpoApRi7YL_1J79zkeziLHLU5NC9ryRrUfQgpwivnj9nqJr0COsEYLg9381NWMM100LBm2z0 +K8BTcmp9vKKXbfTm8a3qHexjThxWw8Og-x3Qsv4YP4TpNUAaDcLn78WPc23Mpx0Ir2Z8ALRwhmpH +W_F0phywuCPH_VO0rDulT8bTIs0Ldu5CnGCswL8hGhyw5mM0ZheOymFGn6Sd7mLOyKKFIF5HcR3n +_xfv11UweRzp0M-5VoLcCD6rXxJTZK245ureyZsXtkOLvQ81yko1FkQRbaN_86ECtYrMpGbhLY9O +GUyhXLG1Ac3M6ZsgwDn6iMUckCbANKIR77GY_BEIza5aw-3GHhhCsmtU5NtoUlpFuIC_JqqxoNYH +_iAB2bqN3Py6dXvTtT0WX6gciDsyYuXchECFub3i4vw_RZe0UEfrpJM3kEjcp3AFsOrosffvS2BT +ITDQr12f9Y0-ydAlCqzB9EpSchKwW4Hn7sUA_BEbSkO3e-ujNDrvzPPXWdESiJSzkJc6WHgossJx +q8UnYkCd4XJYavt1a7XnrCxJcJ-TVyM1EVWuHZxziX3p0FCeu0Ett600WXVCYvJ2UsLYpvAJWgYx +BQnMoJyJ6Xkk7-IaedqCZLlkITul99arptcxCKrfWY12V6C2cwmbJgxjvHPoM--4iads_Kj24c_q +LTLOuyqvqHL1UIVXW5i_1ddsgYJmCUK0WjsWvI151UNlKB7N0MFNhFZlGqN9JCog2HoAtyb2bRj7 +2-0VmLeiWAysfrfxEhL_ipHB3A5iVmVC6Eq_w2G8pcTk7Ii_oqiDVIbT90sgaUZavXyb3kkGKsko +ELxkKw7wytSXLgBY6E2IqLjnWdssQIYlolA1Hmg5JWNMr2vjcQWGQiXe1R5s6j2Kfp_vID4bn3qT +Reptwp9nEJ1xVGwWu6rGPdHIwqp-KwzajjNffJQPAgv0IoDSknF_uQ3fYfY2N_CfyI8p_fCsn5xx +zYXHR8enH6e1Q3olkWgdZtl5mhIF6B4RwMB7L7h5NDLoab-OlYVqDqKBZqcoE3iQXvEUGilj1S1O +cPN8A8KB8IXUsdSy38TqAEv8j4fY6TpMnhq-dmN0RhWekDJ2v9B2Jhmdu4Wnq3UetiEW455iwd8S +nNDAVyE0JlPq9Mgt10bUUwF5fL2JfpZWehSMVIbU2E0VMTcTxggVK9nMI3wMc2n8CRWgc7kM \ No newline at end of file diff --git a/src/main/resources/clds/aaf/org.onap.clamp.p12 b/src/main/resources/clds/aaf/org.onap.clamp.p12 index 5cd75944fbc21ea08373886f482fc5aa0f04b003..7003136b9989ecba83c1294aeb493ad22e5bcf78 100644 GIT binary patch literal 4107 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 delta 3964 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 Pco8O$q5r)9-_QInR@8`( diff --git a/src/main/resources/clds/aaf/truststoreONAPall.jks b/src/main/resources/clds/aaf/truststoreONAPall.jks index 2da1dcc4b470e1d4a8a52898573aa24cb59e060a..ff844b109d97cf4c452c1a275c50ca5e8acd59af 100644 GIT binary patch delta 2876 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 F{soaOxr_h+ delta 79 zcmV-V0I>h&nFq0f2Mqr0{_Ow&00IC20BMtPo)fVjQK+*EtYrnWaHyLDlXjjEvw*RJ lO1IAe0l%BK_M-vZC=`V;gbc(F8qX@fXw}SanDRJrzhyzdBQpR1 -- 2.16.6