We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013f8f6 commit 09066e0Copy full SHA for 09066e0
src/acme/types.rs
@@ -20,7 +20,7 @@ pub struct DirectoryMetadata {
20
pub terms_of_service: Option<String>,
21
#[serde(with = "http_serde::option::uri")]
22
pub website: Option<Uri>,
23
- pub caa_identities: Vec<String>,
+ pub caa_identities: Option<Vec<String>>,
24
pub external_account_required: Option<bool>,
25
}
26
0 commit comments