From 3a379f80dd6df7ea28210e46c2cea81a64b95534 Mon Sep 17 00:00:00 2001 From: Tomasz Pietruszkiewicz Date: Mon, 1 Mar 2021 14:00:50 +0100 Subject: move httpserver from pnf-simulator repo to nf-simulator/pm-https-server directly. Change-Id: I80b7db9dbe02389cb2a81cdbfb201830349ca5b7 Issue-ID: INT-1869 Signed-off-by: Tomasz Pietruszkiewicz --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..792820c --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +PM Https Server +--------------- + +### Build an image +``` +make build +``` + +### Start PM Https Server +``` +make start +``` + +### Stop PM Https Server +``` +make stop +``` + +### Use event with PM Https Server +``` +make upload-file +``` + +### clean target +``` +make clean +``` + +### 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"). More info is available at +https://github.com/AnthonyDeroche/mod_authnz_jwt . -- cgit 1.2.3-korg