From 33379302927313f426fc561ce2c89069e265b9a3 Mon Sep 17 00:00:00 2001 From: Fabian H Date: Mon, 27 Sep 2021 01:44:00 +0200 Subject: add ssl/tls key option (#216) Improves rsync-ssl configurability. --- rsync-ssl.1.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rsync-ssl.1.md') diff --git a/rsync-ssl.1.md b/rsync-ssl.1.md index 3a014862..32ab31e2 100644 --- a/rsync-ssl.1.md +++ b/rsync-ssl.1.md @@ -46,6 +46,8 @@ The ssl helper scripts are affected by the following environment variables: value to the helper script.) 0. `RSYNC_SSL_CERT` If specified, the value is a filename that contains a certificate to use for the connection. +0. `RSYNC_SSL_KEY` If specified, the value is a filename that contains a + key for the provided certificate to use for the connection. 0. `RSYNC_SSL_CA_CERT` If specified, the value is a filename that contains a certificate authority certificate that is used to validate the connection. 0. `RSYNC_SSL_OPENSSL` Specifies the openssl executable to run when the -- cgit v1.2.1