Changing certbot config from GoDaddy (plugin) to NameSilo

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.

You should refrain from modifying the renewal configuration file(s) manually.

Usually one simply runs the same command as before, but now with different --dns-... options.

Which options those are, depends on which authenticator plugin for NameSilo you've decided to use.

3 Likes

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