mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Add client side TLS/SSL flags --ca-cert/--client-cert/--client-key
Fixes #2966
This commit is contained in:
@@ -87,6 +87,9 @@ type ConfigInfo struct {
|
||||
Progress bool
|
||||
Cookie bool
|
||||
UseMmap bool
|
||||
CaCert string // Client Side CA
|
||||
ClientCert string // Client Side Cert
|
||||
ClientKey string // Client Side Key
|
||||
}
|
||||
|
||||
// NewConfig creates a new config with everything set to the default
|
||||
|
||||
Reference in New Issue
Block a user