ssl
in
All of SmartCompany Internal Community
Selected tags Click to remove
Top contributors to this tag
In this site...
11 contributions, 13
received
1 items
Integrating with SSL and Remedy
in Professional Services Technical Team , last reply by Haley at September 18 2007. Tagged remedy ssl integration
The key to integrating with Remedy Web Service over SSL is importing the trusted root CA certificate into the JVM used by SL.
1. Get the trusted root CA certificate of the external web server, in Base 64 Encoding format.
2. Import the above certificate into default keystore (cacerts) of the JVM used by /SLC:\j2sdk1.4.2_15\jre\lib\security>..\..\bin\keytool.exe -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -alias rootcert -file D:\root.cerCertificate was added to keystore