RE: Setting up SSL for postgre

Поиск
Список
Период
Сортировка
От Mark Williams
Тема RE: Setting up SSL for postgre
Дата
Msg-id 077b01d43895$51aad620$f5008260$@gmail.com
обсуждение исходный текст
Ответ на Re: Setting up SSL for postgre  (Wim Bertels <wim.bertels@ucll.be>)
Ответы Re: Setting up SSL for postgre  (Wim Bertels <wim.bertels@ucll.be>)
Список pgsql-admin

Hi,

 

Sorry I don’t understand what you are suggesting re the pg_hba file.

 

__

 

From: Wim Bertels <wim.bertels@ucll.be>
Sent: 20 August 2018 14:30
To: pgsql-admin@lists.postgresql.org; s.dunand@sirap.fr
Subject: Re: Setting up SSL for postgre

 

 

 

pg_hba.conf

# TYPE  DATABASE        USER            CIDR-ADDRESS            METHOD

 

# IPv4 local & remote connections:

host    all             all             127.0.0.1/32            trust

hostssl all         postgres    0.0.0.0/0             cert

 

cert method for auth, hence this behaviour (client cert..)

 

extra tip:

https://duckduckgo.com/?q=letsencrypt+postgresql

for official server side certificates

 

mvg,

 Bertels Wim

 

Mark

__

 


This page helped me :
https://www.depesz.com/2015/05/11/how-to-setup-ssl-connections-and-authentication/

Best regards,
Stéphane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Greg Spiegelberg
Дата:
Сообщение: Re: How to enable Logon Trigger in postgres?
Следующее
От: Erwin Fritz
Дата:
Сообщение: RE: temp_file_limit parameter ignored?