From 43d011f125287566a2bc7ed34109b7aba4f641de Mon Sep 17 00:00:00 2001 From: Krasimir Popov Date: Thu, 4 May 2023 13:48:34 +0200 Subject: [PATCH] Fixing double `the` typo in README Signed-off-by: Krasimir Popov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a40e6c54..2fcd4c48 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ If you report an invalid issue or ask for step-by-step support, your issue will - SCP and rsync are supported. - FTP/S is supported. You can configure the FTP service to require TLS for both control and data connections. - [WebDAV](./docs/webdav.md) is supported. -- ACME protocol is supported. SFTPGo can obtain and automatically renew TLS certificates for HTTPS, WebDAV and FTPS from `Let's Encrypt` or other ACME compliant certificate authorities, using the the `HTTP-01` or `TLS-ALPN-01` [challenge types](https://letsencrypt.org/docs/challenge-types/). +- ACME protocol is supported. SFTPGo can obtain and automatically renew TLS certificates for HTTPS, WebDAV and FTPS from `Let's Encrypt` or other ACME compliant certificate authorities, using the `HTTP-01` or `TLS-ALPN-01` [challenge types](https://letsencrypt.org/docs/challenge-types/). - Two-Way TLS authentication, aka TLS with client certificate authentication, is supported for REST API/Web Admin, FTPS and WebDAV over HTTPS. - Per-user protocols restrictions. You can configure the allowed protocols (SSH/HTTP/FTP/WebDAV) for each user. - [Prometheus metrics](./docs/metrics.md) are supported.