aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck/pnfsimulator-secured/certman/Makefile
diff options
context:
space:
mode:
authortkogut <tomasz.kogut@nokia.com>2020-10-16 13:01:29 +0200
committerAdam Wudzinski <adam.wudzinski@nokia.com>2020-10-21 20:11:48 +0200
commit384b7b14722c5a2e351d61b3779869d680cebf8f (patch)
treeb22cdd6ebe422728bc462a774c3af6f79de7e036 /sanitycheck/pnfsimulator-secured/certman/Makefile
parent9d44aaf054a1746149ce3bbc4c1e54e68d25f712 (diff)
Adjust PNF simulator to use strict hostname checking.
Use separate keystore/truststore for ves. Add network for communication between ves and pnfsim. Issue-ID: INT-1744 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I6626ac6d6f74e739aeb93879eddfd44f9e9383ea
Diffstat (limited to 'sanitycheck/pnfsimulator-secured/certman/Makefile')
-rw-r--r--sanitycheck/pnfsimulator-secured/certman/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sanitycheck/pnfsimulator-secured/certman/Makefile b/sanitycheck/pnfsimulator-secured/certman/Makefile
new file mode 100644
index 0000000..b46efda
--- /dev/null
+++ b/sanitycheck/pnfsimulator-secured/certman/Makefile
@@ -0,0 +1,8 @@
+default:
+ @echo "There is no default target. Use: make <specific_target>"
+
+start-pnfsim:
+ docker-compose -f docker-compose.yml up
+
+clean-pnfsim:
+ docker-compose -f docker-compose.yml down