Glossary / Signed Job
Signed Job
A remote command whose authorization travels with it as a cryptographic signature, so the endpoint verifies the instruction itself rather than trusting the channel it arrived on.
In a conventional remote-management design, an agent trusts whatever arrives over its management connection: authenticate the channel once, and every command that comes down it is presumed legitimate. A signed job inverts that — the command carries its own proof, and the agent independently verifies the signature before acting.
The signature is only useful if it covers the things that would matter to an attacker. A well-constructed signed job binds the tenant, the specific device, the capability being invoked, the exact canonical parameters, a single-use nonce, and an expiry — so a captured job cannot be replayed later, re-aimed at a different machine, or edited to change what it does.
The practical consequence is a smaller blast radius from a server compromise. If the management server is breached but the signing key is held separately, the attacker can queue instructions that no agent will execute. That property is what makes signing worth the operational cost of key custody — without separate custody, a signed job is a formality.
How Nexus handles this
Nexus mints Ed25519-signed jobs against a default-deny capability registry, and per-device mutual TLS binds the management channel to a specific enrolled device identity on top of that.
More terms
MSP (Managed Service Provider)
A company that remotely manages a client's IT infrastructure and end-user systems on an ongoing, proactive basis — usually a flat-fee contract, not break-fix billing.
RMM (Remote Monitoring and Management)
Software that lets an MSP monitor device health and perform remote management tasks — patching, scripting, remote control — across every client site from one console.
PSA (Professional Services Automation)
Software that runs the business side of MSP operations — ticketing, SLAs, billing, contracts, and client records — the system of record most MSP work flows through.
Ready to see it in the platform?
Join the design-partner cohort and we'll show you exactly where this lives.