X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=compose-resources%2Fclient-configuration.env;h=6e1f76c9726c4ac1028b318d14cf0edcc2fa84bf;hb=036b2f01da6d51d8b466e48b4cfc8692a224bfe3;hp=90eb5ea8ef0b5a3168bf68655397c6e2d67b7d3f;hpb=0022ba11a0dd13f5a4ee030913cd37d1a3dcb97b;p=oom%2Fplatform%2Fcert-service.git diff --git a/compose-resources/client-configuration.env b/compose-resources/client-configuration.env index 90eb5ea8..6e1f76c9 100644 --- a/compose-resources/client-configuration.env +++ b/compose-resources/client-configuration.env @@ -1,5 +1,5 @@ #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 @@ -13,7 +13,7 @@ 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