summaryrefslogtreecommitdiffstats
path: root/certServiceClient/README.md
diff options
context:
space:
mode:
authorbaniewsk <pawel.baniewski@nokia.com>2020-07-29 16:01:27 +0200
committerPawel <pawel.kasperkiewicz@nokia.com>2020-08-05 14:18:54 +0200
commitb8c4e6867d6b26652f4382e93665c220769cdc9f (patch)
treebb60a44b012731e3ee6fdffe2466f5ed7d6b5c7b /certServiceClient/README.md
parentfc31c9e47b3e08f8914dcd1f0c5b6d18aa625567 (diff)
Removing AAF references from Cert-Service in OOM repo.
Certificates regenerated External files (from legacy AAF) removed Still left: * Sonar link, * Link to documentation, * Names of K8s resources in RTD documentation, * Link to CSITs Issue-ID: OOM-2526 Signed-off-by: Pawel Baniewski <pawel.baniewski@nokia.com> Change-Id: I675f7485160b9b8e46e9ea573550e62ed28ca607
Diffstat (limited to 'certServiceClient/README.md')
-rw-r--r--certServiceClient/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/certServiceClient/README.md b/certServiceClient/README.md
index b3005345..277f7a1c 100644
--- a/certServiceClient/README.md
+++ b/certServiceClient/README.md
@@ -18,7 +18,7 @@ mvn clean install -P docker
### Nexus container image
```
-nexus3.onap.org:10001/onap/org.onap.aaf.certservice.aaf-certservice-client:latest
+nexus3.onap.org:10001/onap/org.onap.oom.certservice.oom-certservice-client:latest
```
### Running local client application as standalone docker container
@@ -33,11 +33,11 @@ Information how to run you can find in CertService main README and official docu
path:
```
-var/log/onap/aaf/certservice-client/certservice-client.log
+var/log/onap/oom/certservice-client/certservice-client.log
```
### Logs in Docker container
```
-docker logs aaf-certservice-client
+docker logs oom-certservice-client
```
###Exit codes
```