SOPERA Adapter 8.0 | webMethods SOPERA Adapter Documentation | webMethods SOPERA Adapter Installation and User’s Documentation | Integration Scenarios | Generating the Certificate for Secure Transport and Incoming Call Authentication
 
Generating the Certificate for Secure Transport and Incoming Call Authentication
When you want to expose any IS service using the HTTPS protocol or authenticate any incoming calls, a keystore file should be used.
1. To export the certificate from Higgins, use this command:
> keytool -exportcert -keystore ./keystore.jks -alias client -file mycert.certPassword: atleast8 (default)
2. To import the certificate into the client keystore, use this command:
> keytool -importcert -alias client -file mycert.cert -keystore keystore.jksPassword: atleast8 (default)