From: Jakub Czajka Date: Sun, 15 Oct 2023 23:59:12 +0000 (+0200) Subject: Disable client certificates. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=de5153ba61f6e6ea6b35d5b49271e69552ee4784;p=server.git Disable client certificates. --- diff --git a/postgres/postgresql.conf b/postgres/postgresql.conf index 308a6a6..65b9b4e 100644 --- a/postgres/postgresql.conf +++ b/postgres/postgresql.conf @@ -103,7 +103,7 @@ unix_socket_directories = '/var/run/postgresql' # comma-separated list of direct # - SSL - ssl = on -ssl_ca_file = '/etc/postgresql/15/main/private/psql.crt' +#ssl_ca_file = '/etc/postgresql/15/main/private/psql.crt' ssl_cert_file = '/etc/postgresql/15/main/private/fullchain.pem' #ssl_crl_file = '' ssl_key_file = '/etc/postgresql/15/main/private/privkey.pem'