Add Apache setup instructions
This commit is contained in:
parent
d206cad0c5
commit
7f0cf36419
@ -5,3 +5,10 @@ A lightweight Ruby CGI status page for home server monitoring.
|
||||
## Install
|
||||
|
||||
Copy repository directory to `/var/www/malp`.
|
||||
|
||||
### Example Apache Setup
|
||||
|
||||
```
|
||||
mkdir /etc/httpd/tls
|
||||
openssl req -new -x509 -nodes -newkey ec:<(openssl ecparam -name secp384r1) -keyout /etc/httpd/tls/anubis.key -out /etc/httpd/tls/anubis.crt -days 3650 -sha384
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user