A Certificate Request Agent is a delegated identity allowed to request certificates on behalf of another subject under specific policy rules. If delegation is too broad, it can become a proxy mechanism for privilege escalation rather than a controlled administrative workflow.
Expanded Definition
A Certificate Request Agent is a delegated identity that submits certificate requests on behalf of another subject, usually under tightly scoped policy, approval, and ownership rules. In PKI and NHI operations, it sits between the requester and the issuing authority, so the security model depends on whether delegation is explicit, time-bound, and auditable.
This term is operationally adjacent to certificate enrollment agents, automation accounts, and service principals, but it should not be treated as a generic proxy. The key distinction is authorization on behalf of a subject, not unrestricted issuance power. Where certificate policies are weak, a request agent can become a path to impersonation, especially when it can influence subject names, SAN values, or key usage settings. Definitions vary across vendors, and no single standard governs this yet; practitioners should anchor the term to the actual trust boundary in their PKI design and review it alongside NIST AI Risk Management Framework guidance on controlled delegation and accountability.
The most common misapplication is treating a certificate request agent as an administrative shortcut, which occurs when broad enrollment rights are granted without subject binding or approval controls.
Examples and Use Cases
Implementing certificate request agents rigorously often introduces approval latency and policy complexity, requiring organisations to weigh faster certificate issuance against stronger identity binding and auditability.
- A CI/CD platform uses a request agent to enroll short-lived workload certificates after verifying the pipeline identity and deployment scope.
- A managed service provider requests certificates for tenant systems, but only after the tenant’s policy engine approves the subject and key attributes.
- An enterprise PKI team delegates enrollment to an automation service that renews TLS certificates for internal APIs, reducing manual renewals while preserving ownership records.
- A zero trust implementation binds certificate requests to a specific workload identity, so the agent cannot request credentials for a different host or namespace.
- In incident analysis, teams review whether an agent abused delegated enrollment to mint certificates for an unauthorized subject, similar to patterns discussed in the Ultimate Guide to Non-Human Identities — What are Non-Human Identities and the OWASP Top 10 for Agentic Applications 2026.
For implementation patterns and governance lessons, NHI Mgmt Group also recommends reviewing the Ultimate Guide to NHIs – 2025 Outlook and Predictions alongside IETF PKI enrollment guidance where certificate lifecycle automation is being designed.
Why It Matters in NHI Security
Certificate request agents matter because they compress trust into a small delegation point. If that point is overprivileged, compromised automation can issue valid certificates that outlive the original compromise window and bypass controls that rely on strong device or workload identity. In NHI programs, certificate authority logs, subject naming policy, and request authentication are part of the attack surface, not just the PKI backend.
This is not a theoretical edge case. NHI Mgmt Group reports that 97% of NHIs carry excessive privileges, and only 5.7% of organisations have full visibility into their service accounts, which makes delegated certificate issuance especially risky when ownership is unclear. The same research shows that 71% of NHIs are not rotated on schedule, so stale or misissued certificates can persist long after the original intent has expired. These risks align with broader agentic security concerns described in the OWASP NHI Top 10 and the NIST AI Risk Management Framework, where delegated authority must remain bounded and observable.
Organisations typically encounter certificate-request-agent risk only after a certificate misuse, unauthorized enrollment, or outage investigation, at which point the delegation path becomes operationally unavoidable to address.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST SP 800-63 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-02 | Addresses overprivileged NHI secret and credential handling, including delegated issuance paths. |
| NIST SP 800-63 | Digital identity guidance supports strong binding between subject, authenticator, and issuance events. | |
| NIST Zero Trust (SP 800-207) | Zero Trust requires continuous verification of delegated identities and request context. |
Restrict certificate-request delegation to least privilege and review every enrollment path for abuse potential.