1
mirror of https://github.com/rclone/rclone synced 2024-09-13 09:09:00 +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 #### 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