From 0c5365021611db2a6e46db200022a6dce98d4450 Mon Sep 17 00:00:00 2001 From: Andre Mainka Date: Wed, 23 Mar 2022 17:38:36 +0100 Subject: [PATCH] website/docs: terminology clear unneeded sentence. (#2577) certificates: minor improvements --- website/docs/core/certificates.md | 6 +++--- website/docs/core/terminology.md | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/website/docs/core/certificates.md b/website/docs/core/certificates.md index d2ca610fd..8520a38c1 100644 --- a/website/docs/core/certificates.md +++ b/website/docs/core/certificates.md @@ -39,7 +39,7 @@ You can also bind mount single files into the folder, as long as they fall under Otherwise it will be imported as certificate. - If the file is called `fullchain.pem` or `privkey.pem` (the output naming of certbot), they will get the name of the parent folder. -- Files can be in any arbitrary file structure, and can have extension. +- Files can be in any arbitrary file structure, and can have any extension. - If the path contains `archive`, the files will be ignored (to better support certbot setups). ``` @@ -47,10 +47,10 @@ certs/ ├── baz │   └── bar.baz │   ├── fullchain.pem -│   └── privkey.key +│   └── privkey.pem ├── foo.bar │   ├── fullchain.pem -│   └── privkey.key +│   └── privkey.pem ├── foo.key └── foo.pem ``` diff --git a/website/docs/core/terminology.md b/website/docs/core/terminology.md index 1ed5202f3..41b7fa373 100644 --- a/website/docs/core/terminology.md +++ b/website/docs/core/terminology.md @@ -44,8 +44,6 @@ See [Property Mappings](./property-mappings/) ### Outpost -An outpost is a separate component of authentik, which can be deployed anywhere, regardless of the authentik deployment. The outpost offers services that aren't implemented directly into the authentik core, like Reverse Proxying. - -Currently there is only a reverse-proxy outpost, in the future there will be more different outpost types. +An outpost is a separate component of authentik, which can be deployed anywhere, regardless of the authentik deployment. The outpost offers services that aren't implemented directly into the authentik core, e.g. Reverse Proxying. See [Outposts](./outposts/)