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.

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