Other Properties
Workers are configured by setting properties in the worker configuration. The common configuration options handled by the framework apply to all workers. In addition, there are worker specific properties, handled by the worker implementation. For more information, see Common Configuration.
Property | Description |
|---|---|
DISABLED | Setting this to true disables a worker. A disabled worker cannot perform any operations and any requests to the worker will fail. The status is visible on the Workers Page. Default: false. Disabled workers are not included in the Health Check report. |
EXPLICITECC | Setting this to true in a signer uses explicit domain parameters instead of Named Curves when generating a certificate request (CSR) using the RenewalWorker or through the Admin Web Worker Page. Default: false. The CSR must be generated from the worker and not using the Crypto Token tab. |
NOCERTIFICATES | Setting this to true tells SignServer not to give an error if no signer certificate is configured for this worker. This can be useful for special types of workers not performing any signing operations or only requiring a public key (for example, Plain Signer). Default: false. When NOCERTIFICATES is set to true, the signer certificate is typically not displayed in the status output as status properties and is not returned as part of a signing response. |