mirror of
https://github.com/caddyserver/caddy.git
synced 2025-06-04 03:00:47 +08:00
tls: Client authentication
This commit is contained in:
@ -64,4 +64,5 @@ type TLSConfig struct {
|
||||
ProtocolMinVersion uint16
|
||||
ProtocolMaxVersion uint16
|
||||
PreferServerCipherSuites bool
|
||||
ClientCerts []string
|
||||
}
|
||||
|
Reference in New Issue
Block a user