last minor updates

This commit is contained in:
Zach Brown
2024-04-10 12:20:12 +00:00
parent 0b3cce7a1f
commit dc7f3f17d2
4 changed files with 8 additions and 26 deletions

View File

@@ -1,9 +0,0 @@
lighttpd
lighttpd-mod-auth
lighttpd-mod-authn_file
lighttpd-mod-cgi
lighttpd-mod-openssl
lighttpd-mod-proxy
printf "USER:$(openssl passwd -crypt PASSWORD)\n" >> .htpasswd

View File

@@ -1,4 +0,0 @@
#!/bin/bash
openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 \
-subj "/C=US/ST=MI/L=Romulus/O=RMIITools/CN=localhost" \
-keyout server.key -out server.crt