CryptoWorker
The Crypto Worker is a worker not performing any operations on its own and instead only hosts a Crypto Token that can be referenced by other workers.
Fully-qualified class name: org.signserver.server.signers.CryptoWorker.
The CryptoWorker implementation has only the mandatory properties and does not define any extra worker properties:
Property | Description |
|---|---|
NAME = <worker> | Provide a good descriptive name of the worker. Alternatively, a logical name that is easy to keep track of. |
TYPE = <worker type> | Currently worker type may be one of the following:
|
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. |
IMPLEMENTATION_CLASS | Provide the fully-qualified class name of the worker. |
For a setup guide, see Set up a Crypto Worker.