aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2020-06-18 11:06:56 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2020-06-19 11:23:15 +0200
commit8b1dfcb47be14c66cc2085504fc95d93b6ec840a (patch)
tree4ee46eb53ef7519e09515c86adab0471ad5ca7cd /certServiceClient
parent212038b654728b79aa647e08da2562484c63c883 (diff)
Update README of CertServiceClient
Issue-ID: AAF-1152 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I1eedd61d56b4489c31291394f38951f355ebbc8c
Diffstat (limited to 'certServiceClient')
-rw-r--r--certServiceClient/README.md32
1 files changed, 6 insertions, 26 deletions
diff --git a/certServiceClient/README.md b/certServiceClient/README.md
index 56c33bdf..d1650a7f 100644
--- a/certServiceClient/README.md
+++ b/certServiceClient/README.md
@@ -22,32 +22,12 @@ nexus3.onap.org:10001/onap/org.onap.aaf.certservice.aaf-certservice-client:lates
```
### Running local client application as standalone docker container
-```
-AAFCERT_CLIENT_IMAGE=onap/org.onap.aaf.certservice.aaf-certservice-client
-DOCKER_ENV_FILE= <path to envfile>
-NETWORK_CERT_SERVICE= <docker network of cert service>
-
-docker run --name aaf-certservice-client --env-file $DOCKER_ENV_FILE --network $NETWORK_CERT_SERVICE $AAFCERT_CLIENT_IMAGE
-```
-Sample Environment file:
-```aidl
-#Client envs
-REQUEST_TIMEOUT=1000
-OUTPUT_PATH=/var/log
-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.com:example2.com
-KEYSTORE_PATH=/etc/onap/aaf/certservice/certs/certServiceClient-keystore.jks
-KEYSTORE_PASSWORD=secret
-TRUSTSTORE_PATH=/etc/onap/aaf/certservice/certs/truststore.jks
-TRUSTSTORE_PASSWORD=secret
-```
+CertService API and client must be running in same network.
+
+You need certificate and trust anchors (in JKS format) to connect to CertService API via HTTPS. Information how to generate truststore and keystore files you can find in CertService main README.
+
+Information how to run you can find in CertService main README and official documentation, see [Read The Docs](https://onap-doc.readthedocs.io/projects/onap-aaf-certservice/en/latest/sections/usage.html)
+
### Logs locally