postgresql/templates/13-postgresql.ssl.conf.j2
2023-02-08 02:13:12 +03:00

4 lines
182 B
Django/Jinja

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'