How do I install a certificate in the trusted certificates keystore within WebSphere?

StackOverflow https://stackoverflow.com/questions/8981801

  •  19-04-2021
  •  | 
  •  

문제

Our network guy provided us a .cer file in order to install on our laptop running Windows XP with Eclipse and WebSphere. I have seen the following posts:

using spring-ldap with ssl

However I am unsure as to where/how to install the .cer file.

I have also seen the following post:

Digital Certificate: How to import .cer file in to .truststore file using?

Again I just don't know what the keystore is. Is it cacerts?

Any help will be highly appreciated.

도움이 되었습니까?

해결책

Yes. It is cacerts. You need to use keytool import command. Keystore option should have path to your cacert location. Here is example on keytool command http://docs.oracle.com/javase/tutorial/security/toolfilex/rstep1.html

Cacerts will be under java_home-jre-lib-security folder.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top