globally define tls version and ciphers
This commit is contained in:
parent
7c0c59a187
commit
de148708a9
3 changed files with 11 additions and 2 deletions
|
@ -6,5 +6,8 @@ client = no
|
|||
verify = 2
|
||||
CAfile = /etc/pki/tls/certs/ca.crt
|
||||
|
||||
sslVersion = {{ tls_protocols }}
|
||||
ciphers = {{ tls_ciphers }}
|
||||
|
||||
exec = /usr/bin/rsync
|
||||
execargs = rsync --daemon --config=/etc/rsyncd.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue