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