Mastodon/Setup: Difference between revisions

22 bytes added ,  16:59, 4 December 2022
m
Line 45: Line 45:
- [x] Configure postgresql
- [x] Configure postgresql
- [ ] Configure nginx (config below)
- [ ] Configure nginx (config below)
- [ ] Get SSL Cert
- [x] Get SSL Cert
- [x] Install & Enable systemd services
- [x] Install & Enable systemd services
</markdown>
</markdown>




Once DNS is set up, you can run:<syntaxhighlight lang="shell">
Once DNS is set up, you can run the following as root:<syntaxhighlight lang="shell">
certbot certonly --standalone
certbot certonly --standalone
</syntaxhighlight>to get SSL certs. Then restart nginx to load them.
</syntaxhighlight>to get SSL certs. Then restart nginx to load them.