Good afternoon ! First of all, thanks a lot for all your work !
I have a production server who use LE certificates, I had configured it with the certbot --apache command, and it’s perfect.
In a few days, I have to switch my actual server to a new server, this new server is almost finish.
I have bind9 on it, with my zones pre configurated for my sites.
I want to create the certificates for the new sever before I change my dns configuration (switching from future old server to the new one ^^), but with certbot --apache the challenge can’t work because my domains are managed by my actual server.
Can we use certbot --apache with another auth method or use with the pre-delegated dns ?
Certbot --apache is really simple and works perfectly, I prefer stick to this method if I can