Updated README.md: HTTPS client authentication

pull/4722/head
Leonardo Guermandi Curvelo 2025-03-22 22:32:54 -03:00
parent a1532e9075
commit b365891b43
1 changed files with 6 additions and 6 deletions

View File

@ -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.