Trusted Certificate Import Automation
Status: Pre-Alpha
Brought to you by:
schmoilito
Currently, if a remote host is using a self signed SSL certificate, it must be added to the proxies trusted certificate store before the proxy can create an SSL connection.
This is done manually by:
1. Saving the remote certificate (public key) locally.
2. Importing it using keytool. Example:
keytool -import -alias <ALIAS> -file /path/to/cert.crt -keystore <KEYSTORE FILE>
The proxy should automate and streamline this process for the user.