aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/http-https-server/README.md
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-02-25 11:38:57 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2021-03-04 13:33:05 +0100
commitb1b6fa12fc2923d73955d7b9935ff4293a0021c9 (patch)
tree9fc29967426b1e27a6f494b2db59242ed9fe80f2 /test/mocks/datafilecollector-testharness/http-https-server/README.md
parent30baa4a36a92d2766bd7e0c0ba38fac7ef6dfada (diff)
Modify DFC HTTP mock to consume PNF-Simulator HTTP server
Issue-ID: DCAEGEN2-2536 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I1737bc1d5d5558552afd32c93ca68d1143d36a89
Diffstat (limited to 'test/mocks/datafilecollector-testharness/http-https-server/README.md')
-rw-r--r--test/mocks/datafilecollector-testharness/http-https-server/README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/mocks/datafilecollector-testharness/http-https-server/README.md b/test/mocks/datafilecollector-testharness/http-https-server/README.md
index 7902c09d9..3f2e11492 100644
--- a/test/mocks/datafilecollector-testharness/http-https-server/README.md
+++ b/test/mocks/datafilecollector-testharness/http-https-server/README.md
@@ -2,6 +2,8 @@
There are needed certificates generated using CMPv2 server to properly run the https server and dfc being able to work with
https protocol. For that reason, pre-generated certs were prepared and stored in `certservice/generated-certs` directory.
+If HTTP server has to work with standalone ONAP installation, certs has to be obtained directly from CMPv2 server from ONAP
+unit.
# Docker preparations
@@ -30,8 +32,3 @@ by using 'docker ps' and stop them if necessary.
# Cleaning docker structure
Deep cleaning: `docker system prune`
-
-# mod_authnz_jwt.so
-
-External library `mod_authnz_jwt.so` was added to the Apache server. This library wasn't changed in any way.
-This library is supplied under the Apache License, Version 2.0 (the "License").