Managing MTA certificates using the Web UI

Prev Next

Use the MTA Certificate Configuration section of the Certificate Management page to do the following:

  • Import the public and private keys for an MTA certificate.

  • Create a self-signed MTA certificate.

  • Create a Certificate Signing Request (CSR) to obtain a certificate from a certificate authority (CA).

  • Restore the system self-signed certificate as the active MTA certificate.

  • Export the public key.

EX_CertMTA_scap.PNG

Importing an MTA certificate

To import an MTA certificate:
  1. Click the Settings tab.

  2. Click Certificates/Keys in the sidebar.

  3. Click Import Certificate.

    EX_CertMTAImport_scap.PNG
  4. Import the certificate:

    1. Click Choose File.

    2. In the dialog box that opens, navigate to the certificate .pem file in your local file system.

      Note

      This could be an existing certificate file, or a certificate file obtained through a CSR. (For details, see Creating an MTA certificate signing request (CSR).)

    3. If you imported an existing certificate file, proceed to the next step. Otherwise, proceed to step 6.

  5. If the certificate you just imported already existed (that is, it was not obtained from a CSR as described in the previous step), import the matching private key:

    1. Click Choose File.

    2. In the dialog box that opens, navigate to the private key .pem file in your local file system.

  6. Select the certificate you want to activate after it is imported.

    Note

    The certificate can be activated later, if you prefer. For details, see Activating named certificates.

  7. Click Commit. The certificate is added to the certificate database with the name mta-cert.

Creating a self-signed MTA certificate

To create a self-signed MTA certificate:
  1. Click the Settings tab.

  2. Click Certificates/Keys in the sidebar.

  3. Click Create Self-Signed Certificate.

    EX_CertMTASelfSign_scap.PNG
  4. Provide values for the attributes in the section that opens. For descriptions of the attributes, see Defining default certificate attributes.

  5. Click Commit. The certificate is added to the certificate database with the name mta-cert.

Using a certificate signing request (CSR) to obtain an MTA certificate

To use a CSR to obtain an MTA certificate:
  1. Click the Settings tab.

  2. Click Certificates/Keys in the sidebar.

  3. Click Create Certificate Signing Request.

    EX_CertMTACSR_scap.PNG
  4. Provide values for the attributes in the section that opens. For descriptions of the attributes, see Defining default certificate attributes.

  5. Click Commit.

  6. Click Export Certificate Signing Request. A message at the top of the page informs you that the export was successful.

  7. Locate the mta-csr.crt file in your local file system, and send it to the certificate authority (CA).

    Tip

    To view the CSR, click View Certificate Signing Request.

  8. When you receive the certificate from the CA, import it as described in Importing an MTA certificate.

    Important

    Do not import a private key, because the system already generated one when you created the CSR.

Restoring the system self-signed certificate as the MTA certificate

To restore the system self-signed certificate:
  1. Click the Settings tab.

  2. Click Certificates/Keys in the sidebar.

  3. Click Restore Default.

Exporting an MTA certificate

Note

Because private keys are sensitive, this procedure exports only the certificate, not the private key.

To export an MTA certificate:
  1. Click the Settings tab.

  2. Click Certificates/Keys in the sidebar.

  3. Click Export in the Actions column for the MTA certificate you want to export.

  4. Verify that the .crt file was downloaded to your local file system.