postgresql/templates/15-postgresql.ssl.conf.j2

4 lines
182 B
Plaintext
Raw Normal View History

2023-02-07 23:13:12 +00:00
ssl = on
ssl_cert_file = '{{ postgresql_ssl_path }}/{{ postgresql_self_signed_cert_name }}.crt'
ssl_key_file = '{{ postgresql_ssl_path }}/{{ postgresql_self_signed_cert_name }}.key'