aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck/pnfsimulator-secured/certservice/client-resources/client-configuration.env
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2020-09-30 15:51:47 +0200
committerPawel <pawel.kasperkiewicz@nokia.com>2020-10-07 11:47:16 +0200
commitee5d337468ebeb98f8d56778cb5b17996be357ca (patch)
tree81183663a9559b50895ca18ebd5e6f2af1e3d228 /sanitycheck/pnfsimulator-secured/certservice/client-resources/client-configuration.env
parentc7fa09899ebbab3f12c7e1ecc2df86f7b7657cbd (diff)
Adjust PNF simulator to use CertService from OOM repo
Issue-ID: INT-1730 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ica77a1099847e3b4c2670b6567416de75d6e2f45
Diffstat (limited to 'sanitycheck/pnfsimulator-secured/certservice/client-resources/client-configuration.env')
-rw-r--r--sanitycheck/pnfsimulator-secured/certservice/client-resources/client-configuration.env8
1 files changed, 4 insertions, 4 deletions
diff --git a/sanitycheck/pnfsimulator-secured/certservice/client-resources/client-configuration.env b/sanitycheck/pnfsimulator-secured/certservice/client-resources/client-configuration.env
index bc62f1f..cda235d 100644
--- a/sanitycheck/pnfsimulator-secured/certservice/client-resources/client-configuration.env
+++ b/sanitycheck/pnfsimulator-secured/certservice/client-resources/client-configuration.env
@@ -1,8 +1,9 @@
#Client envs
-REQUEST_URL=https://aaf-cert-service:8443/v1/certificate/
+REQUEST_URL=https://oom-cert-service:8443/v1/certificate/
REQUEST_TIMEOUT=10000
OUTPUT_PATH=/var/certs
CA_NAME=RA
+OUTPUT_TYPE=JKS
#Csr config envs
COMMON_NAME=onap.org
ORGANIZATION=Linux-Foundation
@@ -10,9 +11,8 @@ ORGANIZATION_UNIT=ONAP
LOCATION=San-Francisco
STATE=California
COUNTRY=US
-SANS=example.org
#Tls config envs
-KEYSTORE_PATH=/etc/onap/aaf/certservice/certs/certServiceClient-keystore.jks
+KEYSTORE_PATH=/etc/onap/oom/certservice/certs/certServiceClient-keystore.jks
KEYSTORE_PASSWORD=secret
-TRUSTSTORE_PATH=/etc/onap/aaf/certservice/certs/truststore.jks
+TRUSTSTORE_PATH=/etc/onap/oom/certservice/certs/truststore.jks
TRUSTSTORE_PASSWORD=secret