Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 290 Bytes

acceptedchallenges.md

File metadata and controls

17 lines (11 loc) · 290 Bytes

AcceptedChallenges

Which challenge types the domain can use for issuing certs.

Example Usage

import { AcceptedChallenges } from "@vercel/sdk/models/getdomainconfigop.js";

let value: AcceptedChallenges = "dns-01";

Values

"dns-01" | "http-01"