go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.58k stars 994 forks source link

otc: sequential challenge #2023

Closed volayvaz closed 10 months ago

volayvaz commented 10 months ago

OTC doesn't support creating multiple recordsets with the same name. Therefore, we configure the OTC provider for the sequential challenge.

feat: added OTC_SEQUENCE_INTERVAL environment variable. The default value is dns01.DefaultPropagationTimeout

closes #2021