Configuring Java CAPS for SSL Support

ProcedureTo Import the Certificate

  1. Enter the following command to install the certificate:


    keytool -import -trustcacerts -alias CAPS -file ca-certificate-filename 
    -keystore keystore_filename

    Note –

    You must have the required permissions to modify the JAVA_HOME/jre/lib/security/cacerts file. You must import your certificate into the cacerts file also.

    If you want to use a keystore, it is recommended to use the sbyn.keystore file in the JavaCAPS-install-dir/repository/repository/server directory.