Re: does postgres support certificate file in p12 format ?

From: Dhirendra Singh <dhirendraks(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: does postgres support certificate file in p12 format ?
Date: 2022-11-16 05:45:12
Message-ID: CAEyh4sZQUrybvX51ag6-+wtRv6ww8+yO6Y9T53F6VBmnES6NYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have openssl which can read certificate file in p12 format. but it has to
be told the format is p12.
In postgres configuration, i do not find any config which can tell openssl
that the certificate is in p12 format.

Thanks,
Dhirendra.

On Wed, Nov 16, 2022 at 11:01 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Dhirendra Singh <dhirendraks(at)gmail(dot)com> writes:
> > Does postgres server support reading certificate file in p12 format ?
> > My company CA provided certificates in p12 format only.
>
> Postgres doesn't really deal directly with the contents of certificate
> files. The answer would be down to whether you're using a version of
> OpenSSL that supports them.
>
> regards, tom lane
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Erik Serrano 2022-11-16 15:56:37 backup to partitioned table
Previous Message Tom Lane 2022-11-16 05:31:09 Re: does postgres support certificate file in p12 format ?