Crates.io | rustygeard |
lib.rs | rustygeard |
version | 0.15.0 |
source | src |
created_at | 2020-04-16 14:50:22.082555 |
updated_at | 2024-07-03 15:01:03.556659 |
description | An experimental, full-featured gearman server. |
homepage | |
repository | https://github.com/SpamapS/rustygear |
max_upload_size | |
id | 230807 |
size | 114,192 |
Rustygeard is a Rust-Native implementation of a Gearman server.
Rustygeard is still very much Alpha quality software lacking detailed documentation and many of the features of the more mature C/C++ gearmand.
Please note that this TLS support is experimental. It has not been used in production and is meant for experimentation and testing purposes only.
To enable TLS features, pass --tls
to rustygeard. This will also require --tls-key
and --tls-cert
. These should be passed the path to a PEM encoded private key and PEM encoded full cert chain, respectively.
If you want clients to use TLS client auth, pass --tls-ca
, which will make rustygeard request client certificates and validate that they are signed by said CA.