When the client communicates with EAServer over SSL, the client must obtain and manage its certificates. Client-side SSL is separated into two parts:
Java clients – uses keytool commands, which are included in the JDK distribution. keytool can modify the certificate database, generate certificate request, and so on. See “Managing keys and certificates on EAServer”.
C/C++ clients – uses sc-tool commands, included as a batch file in the bin subdirectory of your EAServer installation, to manage certificates and the certificate database. See “Client-side security certificate tool (sc-tool)”.