postgresql SSL related tests (#55288)

* postgresql SSL tests

* postgresql SSL tests, added link to officiall doc
This commit is contained in:
Andrey Klychkov 2019-04-15 16:19:22 +03:00 committed by John R Barker
parent f88b2cbe59
commit f8c47262c4
3 changed files with 119 additions and 0 deletions

View file

@ -22,3 +22,9 @@ pg_hba_test_ips:
netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ff00'
- source: '172.16.0.0'
netmask: '255.255.0.0'
# defaults for test SSL
ssl_db: 'ssl_db'
ssl_user: 'ssl_user'
ssl_pass: 'ssl_pass'
ssl_rootcert: '~{{ pg_user }}/root.crt'