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.

Syntax

> cpca_client init certs [-p <ca_port>] -i <input_file> -o <output_file>

Parameter

Description

-p <ca_port>

Specifies the port which is used to connect to the CA. The default port is 18265.

-i <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 file:

CN=test1,OU=users

<empty line>

CN=test2,OU=users

-o <output_file>

Saves the registration keys to the specified file.