diff options
author | Paweł Baniewski <pawel.baniewski@nokia.com> | 2020-03-11 14:39:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-11 14:39:21 +0000 |
commit | 49d24dbe4cfd591cdf2af0f0f753a9e64cce824f (patch) | |
tree | e4725a14d436bb8c415aa9ac42b1ea23d92e24cf /certServiceClient/client_docker.env | |
parent | 0855846bc0ab2dcdadc5ef7ed9588f70124ce21e (diff) | |
parent | 0482d32cf88a4281e0339cede868ff271f945731 (diff) |
Merge "Add docker-compose with certservice-client container succesful run"
Diffstat (limited to 'certServiceClient/client_docker.env')
-rw-r--r-- | certServiceClient/client_docker.env | 14 |
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 + |