mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Question - DNS Challenge: Provider has no DNS API #575
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tommyjlong on GitHub (May 16, 2022).
If I were to use the dns-01 method for a challenge, and my provider only supports manual entry of TXT records (which I understand can be supported by dehydrated), then for renewals, would I have to repeat this manual entry on each renewal?
Thanks.
@jobe1986 commented on GitHub (May 17, 2022):
Unfortunately the answer to that is yes. Additionally this is not something dehydrated has any control over either.
Simply put, Let's Encrypt only keeps domain validations valid for 30 days, after that they have to be revalidated.
@tommyjlong commented on GitHub (May 17, 2022):
That's what I thought.
Thanks for getting back on this.