Mastodon/Setup: Difference between revisions

115 bytes removed ,  17:28, 28 November 2022
Add certbot ssl cmds
No edit summary
(Add certbot ssl cmds)
Line 30: Line 30:


<markdown>
<markdown>
- [ ] Add an `A` record pointing at the linode's IP Address
- [x] Add an `A` record pointing at the linode's IP Address
- [ ] Set up rDNS pointing back at the domain
- [ ] Set up rDNS pointing back at the domain
</markdown>
</markdown>
Line 49: Line 49:
</markdown>
</markdown>


<div style="padding:30px;background-color:#ffdddd;border:1px solid #ff0000;border-radius:10px;margin-top:10px">
'''Todo:'''


once we get the DNS up and running then we need to issue the certs and enable the sites-available by softlinking it to sites-enabled in /etc/nginx
Once DNS is set up, you can run:<syntaxhighlight lang="shell">
</div>
certbot certonly --standalone
</syntaxhighlight>to get SSL certs.
 
 
Then restart nginx to load them.


=== Variations ===
=== Variations ===
7

edits