Re: JDBC with SSL - Mailing list pgsql-jdbc

From Bruno Harbulot
Subject Re: JDBC with SSL
Date
Msg-id 4EDF957A.1040704@distributedmatter.net
Whole thread Raw
In response to Re: JDBC with SSL  (Bruno Harbulot <bruno@distributedmatter.net>)
List 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.

pgsql-jdbc by date:

Previous
From: Bruno Harbulot
Date:
Subject: Re: JDBC with SSL
Next
From: Walter Hurry
Date:
Subject: Re: JDBC with SSL