]> git.feebdaed.xyz Git - lgtm-rsvp.git/commitdiff
add additional build info
authorseantywork <seantywork@gmail.com>
Thu, 9 Jan 2025 13:09:49 +0000 (13:09 +0000)
committerseantywork <seantywork@gmail.com>
Thu, 9 Jan 2025 13:09:49 +0000 (13:09 +0000)
net/README.md
setup.sh

index 3b415421d34dc140b24955db6eb8402e4e7e1070..c6e74afd1488a476ffe91e3ef9bf34e498867316 100644 (file)
@@ -6,5 +6,7 @@ sudo mkdir -p /etc/apache2/
 
 sudo htpasswd -c /etc/apache2/.htpasswd suyataehoon
 
+sudo certbot --nginx --rsa-key-size 4096 --no-redirect
+
 
 ```
\ No newline at end of file
index a7e9b854365fca71c5c909564a1c27c17086d14e..bf9cb64bc240a7749947d3b4b533d7a362e99bcd 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -2,7 +2,7 @@
 
 sudo apt update
 
-sudo apt install -y make curl nginx ca-certificates
+sudo apt install -y make curl nginx ca-certificates apache2-utils
 
 sudo snap install --classic certbot