postgresql/templates/postgresql.ssl.conf.j2
2024-03-19 14:05:41 +03:00

4 lines
154 B
Django/Jinja

ssl = on
ssl_cert_file = '{{ postgresql_ssl_path }}/{{ inventory_hostname }}.crt'
ssl_key_file = '{{ postgresql_ssl_path }}/{{ inventory_hostname }}.key'