Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AcmeChallengeSet

import type { AcmeChallengeSet } from "https://googleapis.deno.dev/v1/acmedns:v1.ts";

The up-to-date ACME challenge set on a domain for an RPC. This contains all of the ACME TXT records that exist on the domain.

interface AcmeChallengeSet {
record?: AcmeTxtRecord[];
}

§Properties

§

The ACME challenges on the requested domain represented as individual TXT records.