aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient/client_docker.env
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-03-10 15:58:01 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-03-11 10:05:03 +0100
commit0482d32cf88a4281e0339cede868ff271f945731 (patch)
treeb82ba71a7a2614b0512772113f34560e7301f368 /certServiceClient/client_docker.env
parent50ec01532a2c3816d964bf6b1b870968536a6fd7 (diff)
Add docker-compose with certservice-client container succesful run
Fix client default request url to match default url from helm deployment of certservice-api Issue-ID: AAF-996 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Icfaf1043b6d6583cdf663a45dabd7b46d407dd2f
Diffstat (limited to 'certServiceClient/client_docker.env')
-rw-r--r--certServiceClient/client_docker.env14
1 files changed, 14 insertions, 0 deletions
diff --git a/certServiceClient/client_docker.env b/certServiceClient/client_docker.env
new file mode 100644
index 00000000..f2697173
--- /dev/null
+++ b/certServiceClient/client_docker.env
@@ -0,0 +1,14 @@
+#Client envs
+REQUEST_URL=http://certservice:8080/v1/certificate/
+REQUEST_TIMEOUT=1000
+OUTPUT_PATH=/var/certs
+CA_NAME=RA
+#Csr config envs
+COMMON_NAME=onap.org
+ORGANIZATION=Linux-Foundation
+ORGANIZATION_UNIT=ONAP
+LOCATION=San-Francisco
+STATE=California
+COUNTRY=US
+SANS=example.org
+