diff options
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 + |