Print Download PDF Send Feedback

Previous

Next

cpca_client init_certs

Description

Imports a list of DNs for users and creates a file with registration keys for each user.

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

Syntax

cpca_client [-d] init_certs [-p <CA port number>] -i <Full Path to Input File> -o <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>

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 <Full Path to Input File>

Imports the specified file.

Make sure to use the full path.

Make sure that there is an empty line between each DN in the specified file.

Example:

...CN=test1,OU=users...

<Empty Line>

...CN=test2,OU=users...

-o <Full Path to Output File>

Saves the registration keys to the specified file.

This command saves the error messages in the <Name of Output File>.failures file in the same directory.