mariadb: Require TLSv3 connections
This commit is contained in:
parent
31473548e1
commit
a64d1b0fa7
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
||||||
ssl-cert = {{ tls_certs }}/{{ inventory_hostname }}.crt
|
ssl-cert = {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||||
ssl-key = {{ tls_private }}/{{ inventory_hostname }}.key
|
ssl-key = {{ tls_private }}/{{ inventory_hostname }}.key
|
||||||
ssl-ca = {{ tls_certs }}/ca.crt
|
ssl-ca = {{ tls_certs }}/ca.crt
|
||||||
|
tls_version = TLSv1.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue