Use > Hardening > Data Flow Probe Hardening > Create a Keystore for the Data Flow Probe

Create a Keystore for the Data Flow Probe

  1. On the Probe machine, run the following command:

    Non-FIPS mode

    c:\UCMDB\DataFlowProbe\bin\jre\bin\keytool –genkey –alias <ProbeName> -keyalg RSA –sigalg SHA256withRSA –keysize 2048 –keystore c:\UCMDB\DataFlowProbe\conf\security\client.keystore

    Note In FIPS mode, run the following command:

    c:\UCMDB\UCMDBServer\bin\jre\bin\keytool.exe -genkey -keyalg rsa -storetype PKCS12 -providername JsafeJCE -keysize 2048 -alias <ProbeName> -keystore c:\UCMDB\DataFlowProbe\conf\security\client.keystore -validity 365

    FIPS mode only

  2. Enter a password for the new keystore.
  3. Enter your information when asked.
  4. When asked Is CN=… C=… Correct? enter yes, and press Enter.
  5. Press Enter again to accept the keystore password as the key password.
  6. Verify that client.keystore is created in the following directory: C:\UCMDB\DataFlowProbe\conf\security\.