mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:14:42 +01:00
serve http/webdav: update docs on SSL
This commit is contained in:
parent
62e72801be
commit
d8f78a7266
@ -57,9 +57,14 @@ Use --realm to set the authentication realm.
|
||||
#### SSL/TLS
|
||||
|
||||
By default this will serve over http. If you want you can serve over
|
||||
https. You will need to supply the --ssl along with --cert and --key.
|
||||
If you wish to do client side certificate validation then you will
|
||||
need to supply --client-ca also.
|
||||
https. You will need to supply the --cert and --key flags. If you
|
||||
wish to do client side certificate validation then you will need to
|
||||
supply --client-ca also.
|
||||
|
||||
--cert should be a either a PEM encoded certificate or a concatenation
|
||||
of that with the CA certificate. --key should be the PEM encoded
|
||||
private key and --client-ca should be the PEM encoded client
|
||||
certificate authority certificate.
|
||||
`
|
||||
|
||||
// Options contains options for the http Server
|
||||
|
Loading…
Reference in New Issue
Block a user