I had to move from GoDaddy as it stopped providing API access unless you have 50 domains or more. I have now (almost) completed the domain and DNS transfers.
My current config (certbot with GoDaddy plugin) says:
# Options used in the renewal process
[renewalparams]
account = <snip>
server = https://acme-v02.api.letsencrypt.org/directory
authenticator = dns-godaddy
dns_godaddy_propagation_seconds = 900
dns_godaddy_credentials = /var/lib/letsencrypt/godaddy_credentials.ini
key_type = rsa
What should I put in renewalparams
in the config to make it work with NameSilo? I saw instructions somewhere but I cannot find them anymore.