mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
Added tls1.3 support to es opendistro
This commit is contained in:
parent
7d247d1ac9
commit
ddc3575157
@ -108,7 +108,7 @@ if tls:
|
||||
'pemkey_filepath': 'http-key.pem',
|
||||
'pemtrustedcas_filepath': 'http-ca.pem',
|
||||
'clientauth_mode': tls_http.get('clientauth_mode', 'OPTIONAL'),
|
||||
'enabled_protocols': ["TLSv1.2"]
|
||||
'enabled_protocols': ["TLSv1.2","TLSv1.3"]
|
||||
},
|
||||
'transport': {
|
||||
'enabled': tls_transport.get('enabled', tls_enabled),
|
||||
|
Loading…
Reference in New Issue
Block a user