Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 Setup Guide
FUJITSU Software

3.1.2 Registering Certificates used in SSL Communication

Register the site certificate issued by the CA and the CA certificate of the issuer of that certificate.
Perform this operation when the manager is stopped.

Information

Depending on the CA, it might be necessary to register an intermediate CA certificate.

Registration Procedure

  1. Execute the following command to register the CA certificate.

    [Windows Manager]

    %IS_SMEEBIN%\cmentcert.exe C:\work\ca-cert.der -ed %ISCERT_PATH% -ca -nn CACert
    [Enter when prompted] password

    [Linux Manager]

    /opt/FJSVsmee/bin/cmentcert /tmp/ca-cert.der -ed ${ISCERT_PATH} -ca -nn CACert
    [Enter when prompted] password
  2. Execute the following command to register the server certificate.

    [Windows Manager]

    %IS_SMEEBIN%\cmentcert.exe C:\work\my_site_cert.der -ed %ISCERT_PATH% -own -nn SSLCERT
    [Enter when prompted] password

    [Linux Manager]

    /opt/FJSVsmee/bin/cmentcert /tmp/my_site_cert.der -ed ${ISCERT_PATH} -own -nn SSLCERT
    [Enter when prompted] password
  3. Execute the following command to register a certificate password.

    [Windows Manager]

    %IS_AHSBIN%\ihsregistupin.exe -f %ISCERT_PATH%\sslssl -d %ISCERT_PATH%\Slot
    [Enter when prompted] password
    [Enter when prompted] password

    [Linux Manager]

    /opt/FJSVctmg-isas/ahs/bin/ihsregistupin -f ${ISCERT_PATH}/sslssl -d ${ISCERT_PATH}/Slot
    [Enter when prompted] password
    [Enter when prompted] password