postgresql/templates/postgresql.ssl.conf.j2

4 lines
154 B
Plaintext
Raw Normal View History

2024-03-19 11:05:41 +00:00
ssl = on
ssl_cert_file = '{{ postgresql_ssl_path }}/{{ inventory_hostname }}.crt'
ssl_key_file = '{{ postgresql_ssl_path }}/{{ inventory_hostname }}.key'