Register customer administrator

Prerequisite

Ensure the tenant is registered. Contact OpenText Support for the details.

To register a customer administrator:

  1. Create a 4096-bit RSA key pair in PEM format using a cryptographic tool available in your organization.

    1. (Optional) Use OpenSSL (https://www.openssl.org/) to generate the RSA key pair.

      1. Generate a 4096-bit RSA private key (private_key.pem):

        Copy
        openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:4096 -out private_key.pem
      2. Extract the public key (public_key.pem) from the private key:

        Copy
        openssl rsa -in private_key.pem -pubout -out public_key.pem
  2. Save the private key (private_key.pem) for later use.

  3. Share the public key (public_key.pem) and other necessary details with OpenText Support to register the customer administrator.

    You will be notified once the registration is complete. Administrator registration indicates that your order has been fulfilled, allowing you to use the tool functionality.