From 7f0cf3641964784771b91a4e4312a01fba2a1c96 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 28 Mar 2026 00:08:42 -0400 Subject: [PATCH] Add Apache setup instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 +```