hi,
I switched DNS provider for my domain and now I need to reset the certbot credentials in my SWAG container.
How can I do that?
I tried changing the docker-compose file with my new credentials. Didn’t work.
I then tried changing manually the file /etc/letsencrypt/cli.ini, but that didn’t work either.
SWAG keeps using my old DNS provider’s credentials. Then I removed the credentials in the dns-conf/old-dns.ini file, and of course, then SWAG couldn’t request a new certificate as there were no credentials. But it keeps pointing to that old-dns.ini file…
Thanks for your help.