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.
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