Skip to content

Custom DNS challenge.Provider and (wildcard) SAN certificate #1648

Answered by ldez
tinmrn asked this question in Q&A
Discussion options

You must be logged in to vote

hello,

if your DNS provider doesn't support multiple TXT records for a domain, you need to set the Sequential method:

// Sequential All DNS challenges for this provider will be resolved sequentially.
// Returns the interval between each iteration.
func (d *DNSProvider) Sequential() time.Duration {
	return d.config.SequenceInterval
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tinmrn
Comment options

Answer selected by tinmrn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants