From b365891b433a3ace5c58dfe8c59199a30b89f363 Mon Sep 17 00:00:00 2001 From: Leonardo Guermandi Curvelo Date: Sat, 22 Mar 2025 22:32:54 -0300 Subject: [PATCH] Updated README.md: HTTPS client authentication --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 18b92b6e..d3239797 100644 --- a/README.md +++ b/README.md @@ -1081,12 +1081,12 @@ name = "web" type = "https" customDomains = ["test.example.com"] - [proxies.plugin] - type = "https2http" - localAddr = "127.0.0.1:80" - crtPath = "server.crt" - keyPath = "key.pem" - clientCertificates = ["authorizedClient_cert.pem"] +[proxies.plugin] +type = "https2http" +localAddr = "127.0.0.1:80" +crtPath = "server.crt" +keyPath = "key.pem" +clientCertificates = ["authorizedClient_cert.pem"] ``` In this situation, the client certificate can be self-signed without any detriment to security. Multiple certificates can be generated and allowed to access the service.