Re: odbc with encrypted ssl key?

From: Andrei Kovalevski <andyk(at)commandprompt(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Andreas <maps(dot)on(at)gmx(dot)net>
Subject: Re: odbc with encrypted ssl key?
Date: 2007-06-11 14:37:49
Message-ID: 466D5E3D.6060604@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

You may try https://projects.commandprompt.com/public/odbcng/. This
PostgreSQL ODBC driver's connection string can contain parameters you need:
SSL_CERTIFICATE=[string] - path to SSL certificate file
SSL_PRIVATE_KEY=[string] - your SSL private key
SSL_PASSPHRASE=[string] - your SSL password phrase

You can either use these parameters in connection string or
configure DSN.

Andrei.

Andreas wrote:
> Hi,
>
> is there a way to have MS-Access use ODBC and still use a passphrase
> encrypted private-key?
>
> Right now ODBC works with unencrypted key.
>
> For security reasons I'd rather have my private key stored encrypted.
> I suppose to do this Access had to tell the odbc driver the passphrase
> so that it can decrypt the key.
>
> Until now I just found 2 connection string parameters "ssl" and
> "sslmode" but nothing resembling ssl-passphrase.
>
>
> Regards
> A.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster

In response to

Browse pgsql-general by date

  From Date Subject
Next Message rupesh bajaj 2007-06-11 15:22:48 Materializing the relation
Previous Message Rikard Pavelic 2007-06-11 14:36:21 Re: track ddl changes on single database