MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / set_caa

Method set_caa

certbot/src/bot.rs:238–242  ·  view source on GitHub ↗

Set CAA record for the domain.

(&self)

Source from the content-addressed store, hash-verified

236
237 /// Set CAA record for the domain.
238 pub async fn set_caa(&self) -> Result<()> {
239 self.acme_client
240 .set_caa_records(&self.config.cert_subject_alt_names)
241 .await
242 }
243}
244
245pub fn read_pubkey(cert_pem: &str) -> Result<Vec<u8>> {

Callers 1

mainFunction · 0.45

Calls 1

set_caa_recordsMethod · 0.80

Tested by

no test coverage detected