From 433b56d2f900bb53596b7a5965adfe6d93e6385b Mon Sep 17 00:00:00 2001 From: Daenney Date: Tue, 13 Jun 2023 16:30:09 +0200 Subject: [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 --- docs/advanced/index.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/advanced/index.md') diff --git a/docs/advanced/index.md b/docs/advanced/index.md index f196b191b..351190227 100644 --- a/docs/advanced/index.md +++ b/docs/advanced/index.md @@ -8,7 +8,9 @@ We consider these topics advanced because applying them incorrectly does have th * [Split-domain deployment (API vs. account domain)](host-account-domain.md) * [Using an HTTP proxy for client/outgoing requests](outgoing-proxy.md) +* [Provisioning TLS certificates](certificates.md) * [Caching API responses](caching/api.md) * [Serving and caching assets and media from local storage](caching/assets-media.md) * [Process sandboxing](security/sandboxing.md) +* [Firewall configuration](security/firewall.md) * [Tracing](tracing.md) -- cgit v1.2.3