Re: JDBC with SSL

From: Bruno Harbulot <bruno(at)distributedmatter(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Cc: Walter Hurry <walterhurry(at)lavabit(dot)com>, Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
Subject: Re: JDBC with SSL
Date: 2011-12-07 16:34:02
Message-ID: 4EDF957A.1040704@distributedmatter.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 07/12/2011 16:27, Bruno Harbulot wrote:
>
> You can then use it with KeyStore type "PKCS12" (no #) from Java directly.
> You could also convert this PKCS#12 file into a JKS/JECKS keystore using
> keytool and its -importstore options (only in Java 6+).
>

Sorry, I meant -importkeystore:

keytool -importkeystore -srckeystore usercreds.p12 \
-srsstoretype PKCS12 \
-destkeystore usercreds.jceks \
-deststoretype JCEKS

Best wishes,

Bruno.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Walter Hurry 2011-12-07 18:00:00 Re: JDBC with SSL
Previous Message Bruno Harbulot 2011-12-07 16:27:47 Re: JDBC with SSL