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.

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

Syntax

mcc add <CA Name> <Certificate File>

Note

On a Multi-Domain Server, you must run this command in the context of the applicable Domain Management Server:

mdsenv <IP Address or Name of Domain Management Server>

Important - Before you run this command, you must close all SmartConsole clients, Database Tool (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 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 - Add the certificate stored in the /var/log/Mycert.cer file to the CA called "MyCA"

mcc add MyCA /var/log/Mycert.cer