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"
|
type = "https"
|
||||||
customDomains = ["test.example.com"]
|
customDomains = ["test.example.com"]
|
||||||
|
|
||||||
[proxies.plugin]
|
[proxies.plugin]
|
||||||
type = "https2http"
|
type = "https2http"
|
||||||
localAddr = "127.0.0.1:80"
|
localAddr = "127.0.0.1:80"
|
||||||
crtPath = "server.crt"
|
crtPath = "server.crt"
|
||||||
keyPath = "key.pem"
|
keyPath = "key.pem"
|
||||||
clientCertificates = ["authorizedClient_cert.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.
|
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