Steps for configuring PKITP

Before you begin

If you have not already done so, run the OCSF and OCEP install and verification scripts.

Procedure

Perform the following steps to install and configure PKITP:
  1. Run the PKITP post installation script by entering the following command:
    /usr/lpp/pkiserv/bin/install_pkitp
    The program prompts you for certain information. Assuming PKI Services has been installed in its default location, answer the prompts as follows:
    Prompt Response
    addin directory? /usr/lpp/pkiserv/lib
    addin filename? pkitp.so
    action? [install | uninstall] install

    You know you are done and that the installation was successful when you see the following:

    Installing IBMPKITP…
    Addin successfully installed.
  2. Update your C/C++ environment variable _CEE_RUNOPTS to include XPLINK(ON) if it does not already include it. For example, execute the following command from a UNIX shell.
    export _CEE_RUNOPTS=$_CEE_RUNOPTS' XPLINK(ON)'
  3. To verify that the installation was successful, run the verification program (/usr/lpp/pkiserv/bin/pkitp_ivp).
    You know you are done and that the verification program ran successfully when you see the following:
    Starting pkitp IVP                   
    Initializing CSSM                    
    CSSM Initialized                     
    Attaching pkitp                      
    Attach successful, Detaching pkitp   
    Detach of pkitp successful           
    Completed pkitp IVP