Skip to content

Commit ded8a34

Browse files
authored
Merge pull request #523 from smallstep/carl/acme-da-fix
Small ACME DA fix
2 parents 5a7549f + e69bc7a commit ded8a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

certificate-manager/acme/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ including enterprise use cases.
2424

2525
<Alert severity="info">
2626
<div>
27-
<strong>ACME vs. ACME device attestation.</strong> Standard ACME issues certificates to servers and workloads, proving control of a domain or IP address through the <code>http-01</code>, <code>dns-01</code>, or <code>tls-alpn-01</code> challenges. <a href="https://smallstep.com/platform/acme-device-attestation/">ACME device attestation (ACME DA)</a> extends the same protocol to issue hardware-bound certificates for <em>device</em> identity, using the <code>device-attest-01</code> challenge to verify a device's built-in security module. Reach for ACME DA when you're identifying devices rather than servers.
27+
<strong>ACME vs. ACME device attestation.</strong> Standard ACME issues certificates to servers and workloads, proving control of a domain or IP address through the <code>http-01</code>, <code>dns-01</code>, or <code>tls-alpn-01</code> challenges. <a href="https://smallstep.com/platform/acme-device-attestation/">ACME device attestation (ACME DA)</a> extends the same protocol to issue hardware-bound certificates for <em>device</em> identity, using the <code>device-attest-01</code> challenge to verify a device's built-in security module. Reach for ACME DA when you're identifying devices rather than hostnames and IPs.
2828
</div>
2929
</Alert>
3030

0 commit comments

Comments
 (0)