php4dvd: Use TLS for MariaDB connections
This commit is contained in:
parent
270da668c3
commit
ad187f51e3
3 changed files with 15 additions and 0 deletions
|
@ -2,4 +2,7 @@ PHP4DVD_DB_HOST=sqldb02.home.foo.sh
|
|||
PHP4DVD_DB_NAME=php4dvd
|
||||
PHP4DVD_DB_USER=php4dvd
|
||||
PHP4DVD_DB_PASS={{ php4dvd_mysql_pass }}
|
||||
PHP4DVD_DB_KEY=/etc/ssl/private/{{ inventory_hostname }}.key
|
||||
PHP4DVD_DB_CERT=/etc/ssl/certs/{{ inventory_hostname }}.crt
|
||||
PHP4DVD_DB_CACERT=/etc/ssl/certs/ca.crt
|
||||
PHP4DVD_USER_GUESTVIEW=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue