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 |
|---|---|
| Provide a good descriptive name of the Worker. Alternatively, a logical name that is easy to keep track of. |
| Worker type may be one of the following:
|
| 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. |
| Provide the fully qualified class name of the Worker. |
For a setup guide, see Set up a Crypto Worker.