summaryrefslogtreecommitdiff
path: root/docs/advanced/security/index.md
diff options
context:
space:
mode:
authorLibravatar Daenney <daenney@users.noreply.github.com>2023-06-13 16:30:09 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-13 16:30:09 +0200
commit433b56d2f900bb53596b7a5965adfe6d93e6385b (patch)
tree6b1febb0e66293293006cab3288ddcc06da5dea4 /docs/advanced/security/index.md
parent[Frontend] Settings for profile fields (#1885) (diff)
downloadgotosocial-433b56d2f900bb53596b7a5965adfe6d93e6385b.tar.xz
[docs] Add certificates and firewalling to advanced (#1888)
* [docs] Add a certificates guide in Advanced This adds some documentation about the process of getting certificates through ACME in general. It also provides a number of links to alternative clients and certbot deployment guides that are up to date. Slightly restructure the NGINX and Apache reverse proxy documentation and insert mentions to the Provisioning TLS certificates advanced documentation in them. * [docs] Add firewall section in Advanced * [docs] Add new guides to section indexes * [docs] Fix spelling issue * [docs] Fix a few typos
Diffstat (limited to 'docs/advanced/security/index.md')
-rw-r--r--docs/advanced/security/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/advanced/security/index.md b/docs/advanced/security/index.md
index 63ee73c9a..2ff47284a 100644
--- a/docs/advanced/security/index.md
+++ b/docs/advanced/security/index.md
@@ -3,8 +3,9 @@
These guides cover improving the security posture of your GoToSocial deployment. They don't involve tweaking settings in GoToSocial, but rather additional things you can do to better lock down your instance.
!!! note
- Anything in these guides is meant to ehance the security of your GoToSocial deployment; they are not a replacement for good security practices like keeping your systems patched and up to date.
+ Anything in these guides is meant to enhance the security of your GoToSocial deployment; they are not a replacement for good security practices like keeping your systems patched and up to date.
## Guides
* [Sandboxing the GoToSocial binary](sandboxing.md)
+* [Firewall configuration](firewall.md)