After building the TLS certificate chain for the Certificate Enrollment Gateway certificate, you can install the certificate into Entrust PKI Hub 1.0. To install the certificate, Entrust PKI Hub 1.0 requires the following:

For more information about the clusterctl certificate command, see the Entrust PKI Hub 1.0 documentation.

To install the Certificate Enrollment Gateway certificate into Entrust PKI Hub 1.0

  1. On the Entrust PKI Hub 1.0 node where the Certificate Enrollment Gateway certificate chain is located, log in as the user account that owns Entrust PKI Hub 1.0.
  2. Navigate to the directory containing the Entrust PKI Hub 1.0 clusterctl command.
  3. Enter the following command: 

    sudo clusterctl certificate --cert <tls certificate chain> --key <private key>

    The following table describes the command parameters. 

    Parameter

    Description

    --cert <tls certificate chain>

    The path and file name of a PEM-formatted file containing the entire TLS certificate chain.

    --key <private key>

    The path and file name of a PEM-formatted file containing the private key for TLS.

    For example: 

    sudo clusterctl certificate --cert /home/user/ceg/corporate.example.com/tls.crt --key /home/user/ceg/corporate.example.com/tls.key