Posts

Showing posts from October, 2013

How to import .cer file in to .truststore file?

# Copy the certificate into the directory Java_home\Jre\Lib\Security # Change your directory to Java_home\Jre\Lib\Security> # Import the certificate to a trust store. keytool -import -alias ca -file somecert.cer -keystore cacerts –storepass changeit [Return] Trust this certificate: [Yes]

Basic Authentication in IBM App scan Generic Service Client

Image
To enter the authentication in the GSC tool, you need to select the "Operation Name" and then go to: "Edit Data -> Transport -> Change... -> Open Protocol Configuration Editor". All Images are obtained from IBM Site. Reference: IBM.