mirror of
https://github.com/rclone/rclone
synced 2024-10-29 17:37:23 +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
|
#### SSL/TLS
|
||||||
|
|
||||||
By default this will serve over http. If you want you can serve over
|
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.
|
https. You will need to supply the --cert and --key flags. If you
|
||||||
If you wish to do client side certificate validation then you will
|
wish to do client side certificate validation then you will need to
|
||||||
need to supply --client-ca also.
|
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
|
// Options contains options for the http Server
|
||||||
|
Loading…
Reference in New Issue
Block a user