CA OM Web Viewer uses the CA CAICCI client interface (CCIClient.jar) for communication between the web server and the mainframe. Administrators can use Secure Socket Layer (SSL) to encrypt the CA CAICCI interface communication.
CA OM Web Viewer includes a sample keystore repository whose certificates match the CCISSL server certificates on the mainframe. You can use either the sample certificates or your own certificates to encrypt the CA CAICCI interface communication. To use your own certificates, create a Java keystore (JKS) certificate repository before you configure the CCIClient.
Certificate Formats
You use the Java keytool utility of the Java Runtime Environment (JRE) to create the Java keystore. The utility supports certificates in the following formats:
Note: If the CCI task specifies CLAUTH=Y or CLAUTH=PASS, a Client End User Certificate is required.
For more information about the keytool utility, see oracle.com.
If the format of your certificates is not supported, use a tool such as OpenSSL (see openssl.org) to convert them to a supported format.
Create the Java Keystore
To create the keystore, use the Java keytool utility to perform these steps:
Step 1: Locate and Copy the Certificate Files
Important! If the certificate files are not in a format that the keytool supports, convert them to a supported format.
Step 2: Determine a Password
Determine a password for the Java keystore: the keytool requires a minimum length of 6 characters.
If you are using a client end-user certificate with a private key, use its password. The JKS password must match the private key password.
Step 3: Create the Java Keystore File and Import the Trusted Certificate
keytool -importcert -file path/pem-file -keystore path/cci.jks
Note: For a client end user certificate, the CCIClient requires that the keystore and private key passwords match.
Step 4: Add the Client End User Certificate to the Keystore (Optional)
If you intend to use a client end user certificate for client authentication, add it to the Keystore.
keytool -v -importkeystore -srckeystore cci.p12 -srcstoretype PKCS12 -destkeystore cci.jks -deststoretype JKS
Note: The CCIClient requires that the destination keystore and source keystore passwords match.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|