aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 96ef8cc7e4fa984e3bec4cfed10f6f9ce1264e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PM Https Server
---------------

### Build an image
```
make build
```

### Start PM Https Server
```
make start
```

### Stop PM Https Server
```
make stop
```

### Upload file to 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 .