Re: what can go in root.crt ?

Поиск
Список
Период
Сортировка
От Chapman Flack
Тема Re: what can go in root.crt ?
Дата
Msg-id 5ECC9C7A.5030007@anastigmatix.net
обсуждение исходный текст
Ответ на Re: what can go in root.crt ?  (Isaac Morland <isaac.morland@gmail.com>)
Список pgsql-hackers
On 05/26/20 00:07, Isaac Morland wrote:
> What about the SSH model? In the Postgres context, this would basically be
> a table containing authorized certificates for each user. Upon receiving a
> connection attempt, look up the user and the presented certificate and see
> if it is one of the authorized ones. If so, do the usual verification that
> the client really does have the corresponding private key and if so,
> authenticate the connection.

I like the SSH model, but just in case it wasn't clear, I wasn't thinking
about client-cert authentication here, just about conventional verification
by the client of a certificate for the server.

By the same token, there's no reason not to ask the same questions about
the other direction.

Regards,
-Chap



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

Предыдущее
От: Chapman Flack
Дата:
Сообщение: Re: what can go in root.crt ?
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions