diff --git a/README.md b/README.md index 9c6b3c3..1841eb0 100644 --- a/README.md +++ b/README.md @@ -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 +```