Re: SSL Implementation

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: SSL Implementation
Date: 2022-10-12 11:15:33
Message-ID: 10a64b20-f500-79fc-f4cd-4660048906c2@jakobs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Am 12.10.22 um 13:10 schrieb jagjit singh:
> Hi All,
>
> I want to implement SSL over the postgresql database. If any one has a
> technical document or step by step implementation guide please share
> with me.
>
> Thanks in advance
>
If you want to use SSL (aka TLS nowadays) to connect to your PG cluster,
have a look here:

https://www.postgresql.org/docs/current/runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SSL

When using PG from a repository, connection encryption is already
compiled in, so you just have to set up the configuration.

In case of a Debian installation, it will be active right from the
beginning, because the Debian packages install some snakeoil
certificates and activate "SSL = on", while Red Hat installations don't
do that. You will have to provide some certificates yourself.

Best Regards,

Holger

--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Zaid Shabbir 2022-10-12 11:16:04 Re: SSL Implementation
Previous Message jagjit singh 2022-10-12 11:10:59 SSL Implementation