aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
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 .