Mastodon: Difference between revisions
No edit summary |
|||
| Line 34: | Line 34: | ||
* 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 non-TLS upgrade config: '''FIXME''' | ||
* Prepare TLS proxy config: | * Prepare TLS proxy config: try [https://gist.github.com/dankamongmen/3bd66ec624a683f2c2be9ce7ab86a63b something like this] | ||
* <tt>sudo a2ensite mastodon-ssl</tt> | * <tt>sudo a2ensite mastodon-ssl</tt> | ||
* <tt>sudo a2ensite mastodon</tt> | * <tt>sudo a2ensite mastodon</tt> | ||