Print Download PDF Send Feedback

Previous

Next

cpca_client get_pubkey

Description

Saves the encoding of the public key of the ICA's certificate to a file.

Important - On Multi-Domain Server, you must run this command in the context of the relevant Domain Management Server.

Syntax

cpca_client [-d] get_pubkey [-p <CA port number>] <Full Path to Output File>

Parameters

Parameter

Description

-d

Runs the command in debug mode.

Use only if you troubleshoot the command itself.

-p <CA port number>

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.

<Full Path to Output File>

Saves the encoding of the public key of the ICA's certificate to the specified file.

Example

[Expert@MGMT:0]# cpca_client get_pubkey /tmp/key.txt

[Expert@MGMT:0]#

[Expert@MGMT:0]# cat /tmp/key.txt

3082010a... ... ...f98b8910

[Expert@MGMT:0]#