Print Download PDF Send Feedback

Previous

Next

mcc add

Description

Adds a certificate stored in DER format in a specified file, as an additional certificate to the specified CA.

The new certificate receives an index number higher by one than the highest existing certificate index number.

Syntax for Security Management Server

mcc add <CA Name> <Certificate File>

Syntax for Multi-Domain Server

mdsenv <IP address or Name of Domain Management Server>

mcc add <CA Name> <Certificate File>

Important

  1. On a Multi-Domain Server, you must run this command in the context of the applicable Domain Management Server.
  2. Before you run the mcc add command, you must close all SmartConsole clients, GuiDBedit Tool clients (see sk13009), and dbedit clients (see skI3301) to prevent a lock of the management database.

Parameters

Parameter

Description

<CA Name>

Specifies the name of the CA, as defined in the Security Management Server database.

<Certificate File>

Specifies the path and the name of the certificate file.

To show the main certificate of a CA, omit this parameter.

Example for Security Management Server

Add the certificate stored in the /var/log/Mycert.cer file to the CA called MyCA:

mcc add MyCA /var/log/Mycert.cer