Initializes new encryption key for user account.
Command:
java -jar cli.jar initkeytype --key=mykey
Example:
java -jar opero-commandline.jar initkeytype --login=Natalia --password=zaq12wsx --server=http://192.168.0.199:45558 --key=123456
If you have a configuration file in user's home directory, you do not need to enter the parameters: login, password, server:
java -jar opero-commandline.jar initkeytype --key=123456
If you have a configuration file in a different directory than the user's home directory, then you have to enter the parameter: config, e.g.
java -jar opero-commandline.jar initkeytype --config=D:\CLI.conf --key=123456
Argument | Description |
[--key <key>] | Encryption key is initialized with user private key. Default is DEFAULT encryption key(generated automatically). |