mariadb: Add TLS support for server
This commit is contained in:
parent
606ea7285e
commit
45ed2678e7
2 changed files with 21 additions and 0 deletions
4
roles/mariadb/templates/tls.cnf.j2
Normal file
4
roles/mariadb/templates/tls.cnf.j2
Normal file
|
@ -0,0 +1,4 @@
|
|||
[mariadb]
|
||||
ssl-cert = {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||
ssl-key = {{ tls_private }}/{{ inventory_hostname }}.key
|
||||
ssl-ca = {{ tls_certs }}/ca.crt
|
Loading…
Add table
Add a link
Reference in a new issue