summaryrefslogtreecommitdiff
path: root/rsync-ssl.1.md
diff options
context:
space:
mode:
authorFabian H <fabolhak@users.noreply.github.com>2021-09-27 01:44:00 +0200
committerGitHub <noreply@github.com>2021-09-26 16:44:00 -0700
commit33379302927313f426fc561ce2c89069e265b9a3 (patch)
tree6ca80beec56b5c3e6c37880c4868452150aaca5b /rsync-ssl.1.md
parent44cc148907ce3d81d8554c709bea64d9b4d77c25 (diff)
downloadrsync-33379302927313f426fc561ce2c89069e265b9a3.tar.gz
add ssl/tls key option (#216)
Improves rsync-ssl configurability.
Diffstat (limited to 'rsync-ssl.1.md')
-rw-r--r--rsync-ssl.1.md2
1 files changed, 2 insertions, 0 deletions
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