Re: SSL & client config.

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: SSL & client config.
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C203937E43@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на R: Re: SSL & client config.  ("devAng@libero.it" <devAng@libero.it>)
Список pgsql-jdbc
devAng wrote:
> there are the step :

> >openssl req -new -text -out server.req
> 
> enter PEM 
> pass phrase:       mypassword
> verifying enter PEM pass :    mypassword
> ..

[...]

> Import this certificate into Java's system 
> truststore
> 
> 
> >keytool -keystore   $JAVA_HOME/lib/security/cacerts -alias 
> postgresql -import -file c:/Openssl/bin/server.crt.der
> 
> password of keystore:   
> mypassword
> 
> 
> Error keytool: java.io.IOException:       Keystore was tampered 
> with, or password was incorrect.
> 
> where is the error ? I'm confused.

The way it looks to me, the error is that "mypassword" is not the password
of your Java key store. It is the password for your private key.

Yours,
Laurenz Albe

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

Предыдущее
От: "devAng@libero.it"
Дата:
Сообщение: R: Re: SSL & client config.
Следующее
От: "devAng@libero.it"
Дата:
Сообщение: R: RE: Re: SSL & client config.