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 |
---|---|
|
Specifies the port which is used to connect to the CA. The default port is |
|
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 |
|
Saves the registration keys to the specified file. |