Commit db6892

2026-04-13 07:02:27 Anonymous: Initial commit
/dev/null .. setup certificates for a new url.md
@@ 0,0 1,23 @@
+ # Setup Certificates for a New URL
+
+ 1. SSH into INDRA (where the URL points to)
+
+ 2. Run `sudo certbot --nginx -d $YOUR_URL`
+
+ ## Renew Certificates for a New URL
+
+ This should not be necessary, as modern installations set up a cron job
+ to do this twice daily.
+
+ In case you have to do this manually:
+
+ 1. SSH into INDRA (where the URL points to)
+
+ 2. Run `sudo certbot renew` (you can add `--dry-run` to simulate it
+ without persisting changes)
+
+ ## Why INDRA?
+
+ The URL [gitea.dev.isn.edu.au](https://gitea.dev.isn.edu.au) points to
+ INDRA, where *nginx* is configured to proxy requests to our TrueNAS
+ host, which runs Gitea as a managed application.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9