diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-03-18 13:21:35 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2020-03-19 08:51:16 +0100 |
commit | f404a66530eac7b072014af437deb1771977b1f4 (patch) | |
tree | fa3391a43eab0414aac48bf54b6cce2fb6098cb1 /compose-resources/client-configuration.env | |
parent | c16d738408ceef496be1d8bb1b22f6c0d868e6fc (diff) |
Add certservice client to Makefile (local run)
Move files used only in local run from submodules to base dir
Issue-ID: AAF-1107
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ia027bfb5859fb2b316215b3f2633b51666d06280
Diffstat (limited to 'compose-resources/client-configuration.env')
-rw-r--r-- | compose-resources/client-configuration.env | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/compose-resources/client-configuration.env b/compose-resources/client-configuration.env new file mode 100644 index 00000000..e79aa618 --- /dev/null +++ b/compose-resources/client-configuration.env @@ -0,0 +1,14 @@ +#Client envs +REQUEST_URL=http://aafcert-service: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 + |