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.
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@xxxxxxxxxxxxx> wrote:
Dhirendra Singh <dhirendraks@xxxxxxxxx> 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