cpca_client double_sign

Description

Creates a second signature for a certificate.

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>

Syntax

cpca_client [-d] double_sign [-p <CA port number>] -i <Certificate File in PEM format> [-o <Full Path to Output File>]

Parameters

Parameter

Description

-d

Runs the command in debug mode.

Use only if you troubleshoot the command itself.

Best Practice - If you use this parameter, then redirect the output to a file, or use the script command to save the entire CLI session.

-p <CA port number>

Optional. Specifies the TCP port on the Security Management Server or Domain Management Server, which is used to connect to the Certificate Authority.

The default TCP port number is 18209.

-i <Certificate File in PEM format>

Imports the specified certificate (only in PEM format).

-o <Full Path to Output File>

Optional. Saves the certificate into the specified file.

Example

[Expert@MGMT:0]# cpca_client double_sign -i certificate.pem
 
 Requesting Double Signature for the following Certificate:
        refCount: 1
        Subject: Email=example@example.com,CN=http://www.example.com/,OU=ValiCert Class 2 Policy Validation Authority,O=exampleO\, Inc.,L=ExampleL Validation Network
 
 Double Sign of Cert:
 ======================
 (
        : (
                :dn ("Email=example@example.com,CN=http://www.example.com/,OU=exampleOU Class 2 Policy Validation Authority,O=exampleO\, Inc.,L=exampleL Validation Network")
                :doubleSignCert (52016390... ... ...ebb67e96)
                :return_code (0)
        )
)
 
[Expert@MGMT:0]#