-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I'm implementing the DNS-01 challenge so I can issue wild card certificates, progress so far.
DNS Providers will be located by name, the rest of the object will be whatever the DNS provider requires to update the record.
Currently only Cloud Flare will be supported
const dnsProvider = {
name: "Cloud Flare",
wildcard: true,
token: "Examplefbf8Q-v0q0_MZssExamplesssLd",
zone: "f50a61db53728a38252ab10f50a65" // optional, can be located automatically.
}If a dnsProvider is provided during start then wild card certificates can be generated, if no provider is detected the wild card will be removed automatically and HTTP-01 generation will continue
startLetsEncryptDaemon(..., dnsProvider)
if you provide www and * then www will be removed automatically.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request