Replacing CORBA Certificates

This procedure describes how to renew your own CORBA certificate.

Before you begin:

Verify that you have one or all of the following: the signed certificate, its private key, and its CA chain in one of the following formats:

To replace CORBA certificates:

  1. Create a temporary folder in the root directory of the computer where the Control-M/EM resides.
  2. Place your pem \ pkcs12 files in the temporary folder.
  3. Run the Manage_SSL_BYO script according to the following usage:

    PEM format: Manage_SSL_BYO -input pem

    -component {component name}

    -output { Manage_SSL output deployment directory}

    -output_keystores_password {Component keystore password}

    -certificate {certificate pem file}

    -private_key {certificate private key pem file}

    -password {password for private key pem file}

    -ca_certificates {CA certificate chain PEM file}

    PKCS#12 format: Manage_SSL_BYO -input PKCS#12

    -component {component name}

    -output { Manage_SSL output deployment directory}

    -output_keystores_password {Component keystore password}

    -file {pkcs#12 file to import from}

    -password {password of pkcs#12 file}

    [-cert_and_key_name {name of the certificate and private key to import }]

    Supported -component values:

    CONTROL-M_Agent

    CONTROL-M_Server

    CONTROL-M_EnterpriseManagerServers

    CONTROL-M_BPI

    CONTROL-M_Web_Application

    CONTROL-M_EnterpriseManagerAPI

    CONTROL-M_zOS

    EXAMPLE:

  4. Navigate to <EM Home Directory>.
  5. Mark as cert_dir the directory specified by -output in step 3.
  6. From your current directory, run the following:

Parent Topic

Additional SSL configurations