DNS challenge, is an update to DNS required?

Hey guys,

I am implementing letsencrypt/certbot via DNS challenge. However during the process I noticed that "apparently" each time the renewal job is ran it will generate a new DNS record which will need to be updated.

I would like to know if this is actually correct? As I have seen non official guides that advise of plugins etc to use so route53 can be updated automatically.

Reason for this question is that my manager needs confirmation that this is indeed actually true that DNS needs to be updated per each renewal.

Thanks

Tom

One way or another, a new TXT record must be deployed at every renewal.

When using the Certbot Route53 plugin, it will be done for you automatically and no human intervention is required.

2 Likes

Hi @tommy-grow

yes, that's required.

A validation is cached 30 days and re-used.

So if you renew a certificate every 60 days, you will have a new TXT entry.

1 Like

Hey @JuergenAuer thanks for this.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.