signingclient config set

Modifies the user settings.

signingclient config set [--library <library>] [--log <file>] [--proxy-auth <usr>:<pwd>] [--proxy-host <host>:<port>] [--token] [--verbose]

For example, to set the path of the PKCS #11 library:

signingclient config set --library "C:\Program Files\Entrust\SigningClient\P11SigningClient64.dll"

To delete the proxy configuration:

signingclient config set --proxy-host "" --proxy-auth ""

See below for the supported options.

The Signing Automation Client and the PKCS #11 library do not support Man-in-the-Middle (MITM) proxy types. Please contact customer support if you want to prioritize MITM proxy support.

--library <library>

Use the PKCS #11 library file in the <library> path.

Mandatory: No.

--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.

--proxy-auth <usr>:<pwd>

Authenticate in the proxy as the <usr> user with the <pwd> password.

Mandatory: No.

--proxy-host <host>:<port>

Select the <host>:<port> proxy.

Mandatory: No.

--token

List the available tokens for the user to select one.

Mandatory: No.

--verbose

Print additional error information (if any).

Mandatory: No.