Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Setup Guide

G.3 Importing Certificates

Import the directory server certificate into Resource Orchestrator.


Common Settings among Directory Servers

Use the following procedure to configure the common settings in the directory server.

  1. Stop the manager.

    For information on stopping managers, refer to "7.2 Starting and Stopping the Manager".

  2. Copy the following files:

    • Files to copy

      [Windows]
      Installation_folder\Manager\runtime\jre6\lib\security\cacerts

      [Linux]
      /opt/FJSVrcvmr/runtime/jre6/lib/security/cacerts

    • Copy destination

      [Windows]
      Installation_folder\Manager\runtime\jre6\lib\security\cacerts.org

      [Linux]
      /opt/FJSVrcvmr/runtime/jre6/lib/security/cacerts.org


Configuration when Using Active Directory

When using Active Directory, it is necessary to import the server certificate.
Use the following procedure to import Active Directory server certificates. The server certificate format is the DER encoded binary X.509 (CER) format.

  1. Execute the following commands, and import the Active Directory server certificate into Resource Orchestrator.

    [Windows]

    >"Installation_folder\Manager\runtime\jre6\bin\keytool.exe" -importcert -alias ror_ldap -trustcacerts -file Server_certificate_path -keystore "Installation_folder\Manager\runtime\jre6\lib\security\cacerts" <RETURN>

    [Linux]

    # /opt/FJSVrcvmr/runtime/jre6/bin/keytool -importcert -alias ror_ldap -trustcacerts -file Server_certificate_path -keystore /opt/FJSVrcvmr/runtime/jre6/lib/security/cacerts <RETURN>

    For the -alias option, specify "ror_ldap". "changeit" is configured as the default password for keystores.

  2. The confirmation message is displayed. Trust the server certificate, and enter one of the following:

    • When adding a keystore

      Enter "yes".

    • When stopping operations

      Enter "no".

      Do you trust this certificate? [no]:

    Example

    >"C:\Fujitsu\ROR\SVROR\Manager\runtime\jre6\bin\keytool.exe" -importcert -alias ror_ldap -trustcacerts -file c:\myserver.serverview.local_svsca.crt -keystore "C:\Fujitsu\ROR\SVROR\Manager\runtime\jre6\lib\security\cacerts"
    Enter keystore password: changeit
    Owner: CN=svsca, DC=serverview, DC=local
    Issuer: CN=svsca, DC=serverview, DC=local
    Serial number: 22646549ec7ac1994cc3a2b8eff66e27
    Valid from: Mon Oct 04 11:19:47 JST 2010 until: Sun Oct 04 11:26:54 JST 2015
    Certificate fingerprints:
    MD5: 70:E3:CB:23:6F:D1:17:00:56:CA:E2:0D:30:73:14:A8
    SHA1: 01:3C:06:81:2D:3F:6D:D9:C3:A6:D4:AA:7B:D5:5E:D5:5F:43:90:E5
    Signature algorithm name: SHA1withRSA
    Version: 3
    ...
    Trust this certificate? [no]: yes

  3. The following messages will be displayed, when addition to a keystore is successfully completed.

    The certificate is added to the keystore.

  4. Execute the following commands, and check if the server certificate has been correctly imported.

    [Windows]

    >"Installation_folder\Manager\runtime\jre6\bin\keytool.exe" -list -alias ror_ldap -keystore "Installation_folder\Manager\runtime\jre6\lib\security\cacerts" <RETURN>

    [Linux]

    # /opt/FJSVrcvmr/runtime/jre6/bin/keytool -list -alias ror_ldap -keystore /opt/FJSVrcvmr/runtime/jre6/lib/security/cacerts <RETURN>

    For the -alias option, specify "ror_ldap".

  5. The message will be displayed, when the server certificate confirmation is successfully completed.

    Example

    >"C:\Fujitsu\ROR\Manager\runtime\jre6\bin\keytool.exe" -list-alias rcve_ldap -keystore "C:\ Fujitsu\ROR\SVROR\Manager\runtime\jre6\lib\security\cacerts"
    Enter keystore password: changeit
    rcve_ldap, 2010/10/05, trustedCertEntry,
    Certificate fingerprints (MD5): 70:E3:CB:23:6F:D1:17:00:56:CA:E2:0D:30:73:14:A8

  6. When performing Single Sign-On operations with ServerView Operations Manager, import the ServerView Operations Manager server certificate into Resource Orchestrator.

    Import the server certificate, referring to "OpenDS Provided with ServerView Operations Manager".


OpenDS Provided with ServerView Operations Manager

Use the following procedure to import the ServerView Operations Manager server certificate into Resource Orchestrator.

  1. Execute the following commands, and import the ServerView Operations Manager server certificate into Resource Orchestrator.

    "changeit" is configured as the default password for keystores.

    [Windows]

    >"Installation_folder\Manager\runtime\jre6\bin\keytool.exe" -importkeystore -srckeystore "ServerView SuiteInstallation_folder\jboss\server\serverview\conf\pki\keystore" -destkeystore "Installation_folder\Manager\runtime\jre6\lib\security\cacerts" <RETURN>

    [Linux]

    # /opt/FJSVrcvmr/runtime/jre6/bin/keytool -importkeystore -srckeystore /opt/fujitsu/ServerViewSuite/jboss/server/serverview/conf/pki/keystore -destkeystore /opt/FJSVrcvmr/runtime/jre6/lib/security/cacerts <RETURN>

  2. A message will be displayed when import is successfully completed.

    Check the "Another name" section.

    Example

    >"C:\Fujitsu\ROR\SVROR\Manager\runtime\jre6\bin\keytool.exe" -importkeystore -srckeystore "C:\Program Files\Fujitsu\ServerView Suite\jboss\server\serverview\conf\pki\keystore" -destkeystore "C:\ Fujitsu\ROR\SVROR\Manager\runtime\jre6\lib\security\cacerts"
    Enter destination keystore password: changeit
    Enter source keystore password: changeit
    Entry for Another name svs_cms successfully imported.
    Import command completed: 1 entries successfully imported. 0 entries failed or cancelled.

  3. Execute the following commands, and check if the server certificate has been correctly imported.

    [Windows]

    >"Installation_folder\Manager\runtime\jre6\bin\keytool.exe" -list -alias Another_name -keystore "Installation_folder\Manager\runtime\jre6\lib\security\cacerts" <RETURN>

    [Linux]

    # /opt/FJSVrcvmr/runtime/jre6/bin/keytool -list -alias Another_name -keystore /opt/FJSVrcvmr/runtime/jre6/lib/security/cacerts <RETURN>

    For the -alias option, specify the "another name" checked in 2.

  4. The message will be displayed, when the server certificate confirmation is successfully completed.

    Example

    >"C:\Fujitsu\ROR\Manager\runtime\jre6\bin\keytool.exe" -list -alias svs_cms -keystore "C:\ Fujitsu\ROR\SVROR\Manager\runtime\jre6\lib\security\cacerts"
    Enter keystore password: changeit
    svs_cms, 2010/10/05, PrivateKeyEntry,
    Certificate fingerprints (MD5): C9:3C:8B:8B:C6:BA:67:92:89:70:D1:00:55:A3:CD:6


When Using OpenDS Configured Individually

When using an individually configured OpenDS, it is necessary to import the server certificate. Use the following procedure to import the server certificate of the individually configured OpenDS. The server certificate format is the JKS (Java Keystore) format.

  1. Execute the following commands, and import the individually configured OpenDS server certificate into Resource Orchestrator.

    "changeit" is configured as the default password for keystores.

    [Windows]

    >"Installation_folder\Manager\runtime\jre6\bin\keytool.exe" -importkeystore -srckeystore "OpenDSInstallation_folder\config\keystore" -destkeystore "Installation_folder\Manager\runtime\jre6\lib\security\cacerts" <RETURN>

    [Linux]

    # /opt/FJSVrcvmr/runtime/jre6/bin/keytool -importkeystore -srckeystore "OpenDSInstallation_folder/config/keystore" -destkeystore /opt/FJSVrcvmr/runtime/jre6/lib/security/cacerts <RETURN>

  2. A message will be displayed when import is successfully completed.

    Check the "Another name" section.

    Example

    >"C:\Fujitsu\ROR\SVROR\Manager\runtime\jre6\bin\keytool.exe" -importkeystore -srckeystore "C:\win32app\OpenDS-2.2.0\config\keystore" -destkeystore "C:\Fujitsu\ROR\SVROR\Manager\runtime\jre6\lib\security\cacerts"
    Enter destination keystore password: changeit
    Enter source keystore password: changeit
    Entry for Another name server-cert successfully imported.
    Import command completed: 1 entries successfully imported. 0 entries failed or cancelled.

  3. Execute the following commands, and check if the server certificate has been correctly imported.

    [Windows]

    >"Installation_folder\Manager\runtime\jre6\bin\keytool.exe" -list -alias Another_name -keystore "Installation_folder\Manager\runtime\jre6\lib\security\cacerts" <RETURN>

    [Linux]

    # /opt/FJSVrcvmr/runtime/jre6/bin/keytool -list -alias Another_name -keystore /opt/FJSVrcvmr/runtime/jre6/lib/security/cacerts <RETURN>

    For the -alias option, specify the "another name" checked in 2.

  4. The message will be displayed, when the server certificate confirmation is successfully completed.

    Example

    >"C:\Fujitsu\ROR\SVROR\Manager\runtime\jre6\bin\keytool.exe" -list -alias server -cert -keystore "C:\Fujitsu\ROR\SVROR\Manager\runtime\jre6\lib\security\cacerts"
    Enter keystore password: changeit
    server-cert, 2010/10/05, PrivateKeyEntry,
    Certificate fingerprints (MD5): 15:6F:61:8E:54:E3:57:99:8C:24:A5:76:1A:D4:4D:E0

  5. When performing Single Sign-On operations with ServerView Operations Manager, import the ServerView Operations Manager server certificate into Resource Orchestrator.

    Import the server certificate, referring to "OpenDS Provided with ServerView Operations Manager".


Configuration when using OpenLDAP

When using OpenLDAP, it is necessary to import the CA certificates for OpenLDAP. Import the certificate using the same procedure as in "Configuration when Using Active Directory".