1
mirror of https://github.com/rclone/rclone synced 2024-07-17 03:31:38 +02:00

serve http/webdav: update docs on SSL

This commit is contained in:
Nick Craig-Wood 2018-02-17 11:06:33 +00:00
parent 62e72801be
commit d8f78a7266

View File

@ -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