Create TLS private key and CSR

Before you can begin the process of obtaining a signed certificate, you must first create a private key, then a Certificate Signing Request (CSR) using Red Hat Cockpit on the Email Gateway.

  1. Connect to the Email Gateway

  2. Create the TLS private key.
  3. Create the TLS Certificate Signing Request (CSR).
  4. ClosedWhen you have finished

    You have now created a public/private key pair. The private key is used for decryption and must be stored locally on the Email Gateway. The public key (in the form of the Certificate Signing Request file), is used to register the certificate with the CA.

    File name Description
    emailgateway.key The private key file.
    emailgateway.csr The Certificate Signing Request file: it contains your public key.
    1. Move the CSR file to your home directory on the Email Gateway server using the mv command:

      mv emailgateway.csr /home

    2. Copy the CSR file securely from the Email Gateway server to a desktop computer.
  5. Save the CSR to your local machine.
  6. See also...