Manages the user credentials
signingclient credentials --change-password [--log <file>] [--verbose]See below for the supported options.
--change-password
Change the user password – for example:
>signingclient credentials --change-passwordPassword:Enter the new password to protect your credentialsNew password:Confirm password:Writing credentials to: /home/user/.signingclient/credentialsPassword changedMandatory: Yes. This is currently the only supported credential management option.
--log <file>
Record the command execution in a log file with the <file> path.
- If the file does not exist, the command creates it.
- If the file exists, the command appends the execution log.
Mandatory: No. When omitting this option, the command does not record a log.
--verbose
Print additional error information (if any).
Mandatory: No.