webMethods Mobile Suite  | webMethods Mobile SuiteWeb Help | Using webMethods Mobile Designer | Installing and Testing Mobile Applications | Using Phoney for Debugging Your Mobile Application | Installing Certificates on Phoney
 
Installing Certificates on Phoney
Phoney makes use of the J2SE keychain. As a result, you can use X.509 v1, v2, and v3 certificates and PKCS #7-formatted certificate chains consisting of certificates of that type.
Note: The J2SE keychain details vary based on the VM you have installed. For more information about the Oracle Java 7 keychain, see http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/keytool.html.
* To install custom SSL certificates on Phoney
*Use keytool to install the certificate.
The keytool is located in %JAVA_HOME%/bin.
Example:
keytool -importcert -file %KEY_FILE_FOLDER%\%KEY_FILE%
-alias %CERTIFICATE_ALIAS% -keystore "%JAVA_HOME%\jre\lib\security\cacerts

Copyright © 2010-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.