mirror of https://github.com/fatedier/frp
Updated README.md: HTTPS client authentication
parent
a1532e9075
commit
b365891b43
12
README.md
12
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.
|
||||
|
|
Loading…
Reference in New Issue