Skip to content

Commit ab1c6d5

Browse files
christianhoelzldjc
authored andcommitted
doc: mark device-attest-01 challenge support as experimental
1 parent 3dfe5f8 commit ab1c6d5

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ If both `ring` and `aws-lc-rs` are enabled, `aws-lc-rs` will be used.
4444
## Limitations
4545

4646
* Only supports P-256 ECDSA account keys for now
47+
* Device attestation support is experimental
4748

4849
## Getting started
4950

src/order.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,8 @@ impl ChallengeHandle<'_> {
465465
///
466466
/// The function yields the challenge status from the ACME server that validated the
467467
/// attestation challenge.
468+
///
469+
/// Note: Device attestation support is experimental.
468470
pub async fn send_device_attestation(
469471
&mut self,
470472
payload: &DeviceAttestation<'_>,

src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ pub enum ChallengeType {
724724
Dns01,
725725
#[serde(rename = "tls-alpn-01")]
726726
TlsAlpn01,
727+
/// Note: Device attestation support is experimental
727728
#[serde(rename = "device-attest-01")]
728729
DeviceAttest01,
729730
#[serde(untagged)]

0 commit comments

Comments
 (0)