I ran this command: certbot certonly --manual --manual-public-ip-logging-ok -d example.com -d *.example.com
I can login to a root shell on my machine: yes
The version of my client is 0.28.0
I need 5 days to update TXT record (challenge valid time 7 days?), so I used command above and Ctrl+C after I got TXT record.
After TXT update I used that command again and certbot created a new challenge with new TXT record, how to update certs correct in my case?
Another one is to permanently delegate your _acme-challenge. subdomain to a second domain using a CNAME record, and host that second domain’s DNS somewhere more sane.