HowTo change keyStore location and KeyStore Password

From: "Andrew Madu" <andrewmadu(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: HowTo change keyStore location and KeyStore Password
Date: 2006-03-18 13:00:33
Message-ID: ede9a1830603180500rb4425a0ob44ed352cde8ef91@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Application server - Jboss 4.0.3SP1
Driver - postgresql-8.1-405.jdbc3
OS - Windows XP (ver. 5.1.2600), Service Pack 2

Hi,
How do I configure my postgreSQL driver, postgresql-8.1-405.jdbc3, so that I
can point set a keyStore of my choice? For example what I want to do is
something like this:

javax.net.ssl.keyStore = "c:\Program
Files\Java\jre1.5.0_06\lib\security\cacerts"

javax.net.ssl.keyStorePassword = "changeit"

Is there a postgresql.properties file I can create which can do this? If so,
what is the syntax to acheive this?

regards

Andrew

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sriram Dandapani 2006-03-21 01:12:22 pljava reinitializing pool after every invocation
Previous Message David Durham 2006-03-18 00:27:10 Re: streaming access to bytea data