Export partition certificate

You can export the current root certificate and partition certificate by using the management GUI or command line interface (CLI).

Using the management GUI

To export the partition certificate, complete these steps:
  1. In the management GUI, select Settings > Security > Certificates.
  2. Go to the partition certificate, click the overflow menu and select Export. Select End point Certificate or Root CA Certificate.
  3. In the Export Certificate page, you can either download the certificate file by clicking Export or copy the contents of the file to clipboard by clicking Copy to clipboard.

Using the command line interface (CLI)

In the command-line interface, enter the following command to export the certificate:
  1. Enter the following command to export the certificates to the file /dumps/partition_certificate_slot_<partitionid>.pem
    svctask chpartitioncertstore -export -partition partition0 
    Note: The svctask chpartitioncertstore -export -partition partition0 command exports the full chain of trust. The certificate is exported to the /dumps/partition_certificate_slot_<partitionid>.pem directory on the configuration node.
  2. Enter the following command to export the Root CA certificate to file /dumps/partition_certificate_slot_<partitionid>.pem
    svctask chpartitioncertstore -exportrootca -partition partition0
    Note: This command exports only the root certificate for the specific partition. The certificate is exported to the /dumps/partition_rootcacertificate_slot_<partitionid>.pem directory on the configuration node.
    For more information, see chpartitioncertstore command.
  3. After the certificate is exported, use the Secure Copy (SCP) to copy the certificate from the system.