Cerbot DNS Authentication with GoDaddy

10 Jan 2021

Tested On

OS: CentOS Linux release 7.4.1708 (Core) Certbot: certbot 1.10.1

Procedure

sudo wget -O /usr/local/authenticator.sh https://raw.githubusercontent.com/nachum234/scripts/master/godaddy/authenticator.sh
sudo chmod +x /usr/local/authenticator.sh
sudo vi /usr/local/authenticator.sh
certbot certonly --manual --preferred-challenges=dns --manual-auth-hook /usr/local/bin/authenticator.sh -d '*.example.com'