diff --git a/certificate-manager/acme/README.mdx b/certificate-manager/acme/README.mdx index be28d74d..47244d18 100644 --- a/certificate-manager/acme/README.mdx +++ b/certificate-manager/acme/README.mdx @@ -24,7 +24,7 @@ including enterprise use cases.
- ACME vs. ACME device attestation. Standard ACME issues certificates to servers and workloads, proving control of a domain or IP address through the http-01, dns-01, or tls-alpn-01 challenges. ACME device attestation (ACME DA) extends the same protocol to issue hardware-bound certificates for device identity, using the device-attest-01 challenge to verify a device's built-in security module. Reach for ACME DA when you're identifying devices rather than servers. + ACME vs. ACME device attestation. Standard ACME issues certificates to servers and workloads, proving control of a domain or IP address through the http-01, dns-01, or tls-alpn-01 challenges. ACME device attestation (ACME DA) extends the same protocol to issue hardware-bound certificates for device identity, using the device-attest-01 challenge to verify a device's built-in security module. Reach for ACME DA when you're identifying devices rather than hostnames and IPs.