Description
Creates a second signature for a certificate.
Important - On Multi-Domain Server, you must run this command in the context of the relevant 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 |
---|---|
|
Runs the command in debug mode. Use only if you troubleshoot the command itself. |
|
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. |
|
Imports the specified certificate (only in PEM format). |
|
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]# |