Skip to content

Commit

Permalink
docs: add certbot steps to VM SETUP doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfaraz committed Dec 2, 2024
1 parent b115fb3 commit 0a63fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/VM_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
- `service nginx restart` to restart nginx with new configuration
- `systemctl enable nginx` to start nginx on VM reboot
- `service nginx status` to verify
- Install SSL certificate using [certbot](https://certbot.eff.org/instructions?ws=nginx&os=ubuntufocal)
- `snap install --classic certbot`
- `ln -s /snap/bin/certbot /usr/bin/certbot`
- `certbot --nginx`
11. `source tools/deploy.sh`

4. Load base data
Expand Down

0 comments on commit 0a63fb0

Please sign in to comment.