By NHI Mgmt Group Editorial TeamPublished 2026-05-21Domain: Workload IdentitySource: DigiCert

TL;DR: A new DNS-based domain control validation method lets certificate authorities verify ownership with a persistent TXT record instead of recurring DNS write access, reducing operational friction and attack surface, according to DigiCert and the CA/Browser Forum. The shift matters because certificate automation now depends less on standing DNS privileges and more on tightly scoped, auditable domain control.


At a glance

What this is: The CA/Browser Forum has added a persistent DNS-based DCV method that simplifies certificate automation by reducing ongoing DNS write privileges.

Why it matters: It matters because identity and security teams running certificate, workload, and machine identity programmes can narrow standing access while preserving automated trust workflows.

By the numbers:

👉 Read DigiCert's explanation of persistent DNS validation for certificate automation


Context

Certificate automation has always depended on a proof-of-control step: the system needs evidence that the requester can speak for the domain before a certificate is issued. In practice, that proof often forced organisations to grant broader DNS write access than their operational model really needed, which is why this DNS-PERSIST-01 update matters for certificate automation and machine identity governance.

The new method shifts the burden from repeated DNS changes to a persistent record tied to a specific domain and CA pairing. That reduces standing privilege, lowers operational friction for DNS administrators, and makes the certificate lifecycle easier to automate without turning DNS into a high-frequency change channel.


Key questions

Q: How should security teams implement DNS-based certificate validation without broad DNS write access?

A: Use a validation model that separates proof of domain control from recurring DNS updates. Persistent validation records let teams scope access to the initial creation event, then keep renewal workflows automated without granting broad edit rights. The key is to treat the validation record as governed identity evidence, not as a routine operational knob.

Q: Why does persistent DNS validation reduce certificate automation risk?

A: It reduces risk because recurring DNS write access is a high-value privilege that can be abused if exposed or misconfigured. When validation is persistent and bounded to a specific domain and CA pairing, the attack surface shrinks and the control becomes easier to audit across the certificate lifecycle.

Q: What breaks when certificate validation depends on repeated DNS changes?

A: Teams end up coupling certificate issuance to a sensitive administrative channel that was never meant to be continuously exposed. That creates privilege creep, operational friction, and a larger opportunity for misuse or accidental misconfiguration. The failure is governance, not just implementation.

Q: Which framework is most relevant for governing DNS-backed certificate automation?

A: NIST Cybersecurity Framework 2.0 is useful because it gives teams a structured way to govern access, protect validation assets, and monitor certificate-related changes. For machine identity programmes, the practical test is whether DNS control is minimised, logged, and tied to a clear ownership model.


Technical breakdown

How persistent DNS domain control validation works

DNS-PERSIST-01 changes the validation pattern from repeated record updates to a persistent TXT record associated with a specific domain and CA account pairing. The record includes the domain identifier, the CA identifier, a customer account identifier, and an optional expiry marker. That means the validation artefact can remain in place while the authority relationship is bounded and machine-readable. For certificate automation, this matters because the trust signal is durable without requiring recurring human or script-driven changes to DNS state.

Practical implication: reduce DNS write access to the narrowest set of operators or automation paths that actually create the persistent validation record.

Why this reduces standing DNS privilege

The older DNS-01 model required ongoing DNS write access so validation records could be created or refreshed each time a certificate was issued or renewed. That made DNS administration part of the certificate lifecycle in a way that expanded the attack surface and increased operational dependency. By allowing a record to be created once for a given domain and CA pairing, the new method separates validation from constant modification. This is a classic privilege-scope reduction, not a new trust model.

Practical implication: revisit which service accounts, APIs, or operators still need DNS edit rights after validation is moved to a persistent model.

What the change means for automated certificate lifecycles

Automated certificate management works best when trust checks are stable, auditable, and easy to repeat across many domains and environments. A persistent DNS validation record supports that pattern because the system can prove domain control without repeatedly touching authoritative DNS. It also aligns with broader certificate lifecycle automation efforts in ACME and managed PKI, where the real control problem is not issuance speed but governance over who can create or alter validation state. The architecture becomes more scalable when validation state is decoupled from recurring operational access.

Practical implication: treat validation artefacts as governed identity evidence, and map their ownership and expiry into certificate lifecycle controls.


NHI Mgmt Group analysis

Persistent DNS validation is a privilege-scope change, not just a convenience feature. The core governance shift is that certificate validation no longer needs recurring DNS write access for every renewal cycle. That matters because standing access is what usually creates long-lived operational risk in machine identity programmes. Practitioners should read this as a reduction in trust surface, not merely a cleaner workflow.

Certificate automation succeeds when validation state is stable and separately governed. The old model mixed proof-of-control with ongoing DNS mutation, which forced teams to keep a sensitive administrative channel open longer than necessary. DNS-PERSIST-01 separates those functions, making domain control evidence more durable and easier to audit. The implication is that lifecycle governance for certificates can now be more tightly scoped around persistent validation artefacts.

Identity blast radius: the new concept here is the amount of damage a compromised validation path can create. When DNS write access is needed repeatedly, a single exposed path can affect many issuance events. When the same trust relationship is represented by a persistent, bounded record, the blast radius is smaller and more legible. Practitioners should use that distinction when deciding which automation paths deserve privileged access.

Managed PKI only becomes truly scalable when proof-of-domain is decoupled from day-to-day DNS operations. The article reflects a broader industry move toward low-maintenance, standards-aligned certificate management. That direction validates tighter separation between certificate issuance, domain control evidence, and DNS administration. Teams should expect machine identity governance to keep moving toward persistent, auditable trust primitives.

The operational question is no longer whether automation is possible, but which access model supports it safely. Organisations that still treat DNS write access as the default validation mechanism will preserve avoidable risk. The better governance posture is to minimise who can alter validation state and to make that state durable enough for automation. Practitioners should re-evaluate their certificate lifecycle model accordingly.

From our research:

  • The average estimated time to remediate a leaked secret is 27 days, despite 75% of organisations expressing strong confidence in their secrets management capabilities, according to The State of Secrets in AppSec.
  • Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.
  • For deeper machine identity context, read Ultimate Guide to NHIs - Standards for the standards that anchor certificate and workload governance.

What this signals

Persistent validation changes the governance question from frequency to authority. If a certificate programme still depends on repeated DNS edits, the access model is doing too much work. Teams should expect certificate lifecycle controls to shift toward persistent evidence, tighter ownership, and less standing privilege across authoritative DNS.

The broader signal is that machine identity operations are being pushed toward more auditable trust primitives, not more complex approval chains. That aligns with the direction of NIST Cybersecurity Framework 2.0, where access governance and change monitoring matter as much as the control itself. Practitioners should prepare for certificate management to be judged by its privilege footprint, not only by issuance success.

Identity blast radius: when validation state is durable, the main question becomes how far a compromised trust path can spread before it is detected. In the NHI lifecycle, that means tracking who can create, approve, or retire validation records and ensuring the access review covers those paths. The practical signal is whether your programme can explain, in one audit trail, who controls the proof of domain ownership.


For practitioners

  • Re-map DNS write privileges Identify every team, account, and automation path that still has DNS edit rights for certificate validation, then remove standing access where a persistent TXT record now covers the control requirement.
  • Separate validation evidence from renewal operations Document the persistent TXT record as the proof-of-control artefact and keep renewal workflows from inheriting DNS mutation rights they no longer need.
  • Review certificate lifecycle ownership Assign clear ownership for creating, expiring, and auditing validation records so certificate automation does not become an unmanaged machine identity process.
  • Align DNS governance with zero-trust principles Treat authoritative DNS changes as privileged events and apply approval, logging, and review to the smallest possible set of validation operations.

Key takeaways

  • Persistent DNS validation reduces certificate automation risk by removing the need for recurring DNS write access.
  • The change reveals a governance problem that many machine identity programmes still carry: proof-of-control is often tied to standing administrative privilege.
  • Teams should re-evaluate who can alter validation state, because certificate automation is only safer when its trust artefacts are tightly scoped and auditable.

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 CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-03Persistent validation reduces repeated credential and access exposure.
NIST CSF 2.0PR.AC-4Access permissions should match the reduced validation requirement.
NIST Zero Trust (SP 800-207)AC-3Zero trust calls for least-privilege access to validation state and DNS changes.

Review DNS administrative rights and remove unnecessary standing access from certificate workflows.


Key terms

  • Domain Control Validation: Domain control validation is the proof step used before a certificate authority issues a certificate. It confirms that the requester can demonstrate authority over the domain named in the request, usually by completing a challenge in DNS, HTTP, or email. In automated environments, the quality of this proof determines how much standing privilege the workflow requires.
  • Persistent Validation Record: A persistent validation record is a long-lived DNS TXT entry that can establish domain control for a specific CA and domain pairing without repeated record changes. It is useful in certificate automation because it separates the proof of ownership from ongoing DNS administration. The governance challenge is tracking ownership, expiry, and change rights over that record.
  • Machine Identity Lifecycle: Machine identity lifecycle is the end-to-end governance of certificates, keys, tokens, and workload credentials from creation to retirement. It includes issuance, renewal, rotation, revocation, and auditability. For certificate automation, the lifecycle must account for who can create validation evidence and who can alter it later.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.

This post draws on content published by DigiCert: A new DNS validation method for simplified certificate automation. Read the original.

NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-05-21.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org