Re: odbc with encrypted ssl key?

Поиск
Список
Период
Сортировка
От Andrei Kovalevski
Тема Re: odbc with encrypted ssl key?
Дата
Msg-id 466D5E3D.6060604@commandprompt.com
обсуждение исходный текст
Ответ на odbc with encrypted ssl key?  (Andreas <maps.on@gmx.net>)
Список 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


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

Предыдущее
От: "Pit M."
Дата:
Сообщение: Re: transaction problem using cursors
Следующее
От: Rikard Pavelic
Дата:
Сообщение: Re: track ddl changes on single database