Mastodon: Difference between revisions
| Line 33: | Line 33: | ||
* Set up LetsEncrypt: <tt>certbot certonly --apache -d FQDN</tt> | * Set up LetsEncrypt: <tt>certbot certonly --apache -d FQDN</tt> | ||
* Prepare non-TLS upgrade config: '''FIXME''' | |||
* Prepare TLS proxy config: '''FIXME''' | |||
* <tt>sudo a2ensite mastodon-ssl</tt> | |||
* <tt>sudo a2ensite mastodon</tt> | |||
* <tt>sudo systemctl reload apache2</tt> | |||