Re: JDBC with SSL

Поиск
Список
Период
Сортировка
От Bruno Harbulot
Тема Re: JDBC with SSL
Дата
Msg-id 4EDF957A.1040704@distributedmatter.net
обсуждение исходный текст
Ответ на Re: JDBC with SSL  (Bruno Harbulot <bruno@distributedmatter.net>)
Список 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 по дате отправления:

Предыдущее
От: Bruno Harbulot
Дата:
Сообщение: Re: JDBC with SSL
Следующее
От: Walter Hurry
Дата:
Сообщение: Re: JDBC with SSL