Trying to make a cert with lets'encrypt using DNS-GoDaddy method
-
I'm trying to generate certs with Acme pkg using LetsEncrypt and DNS-Godaddy method... I get an error saying I have to specify my gd_key and secret but I can't just figure where to put them... Any idea ?
WebUI Renewing certificate account: LetsEncrypt v2 server: letsencrypt-production-2 /usr/local/pkg/acme/acme.sh --issue --domain 'xxx.xxx.com' --dns 'dns_gd' --home '/tmp/acme/WebUI/' --accountconf '/tmp/acme/WebUI/accountconf.conf' --force --reloadCmd '/tmp/acme/WebUI/reloadcmd.sh' --log-level 3 --log '/tmp/acme/WebUI/acme_issuecert.log' Array ( [path] => /etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin/ [PATH] => /etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin/ [GD_Key] => [GD_Secret] => ) [Thu Jan 21 10:23:15 EST 2021] Using CA: https://acme-v02.api.letsencrypt.org/directory [Thu Jan 21 10:23:15 EST 2021] Registering account: https://acme-v02.api.letsencrypt.org/directory [Thu Jan 21 10:23:16 EST 2021] Already registered [Thu Jan 21 10:23:16 EST 2021] ACCOUNT_THUMBPRINT='xxx' [Thu Jan 21 10:23:16 EST 2021] Single domain='xxx.xxx.com' [Thu Jan 21 10:23:16 EST 2021] Getting domain auth token for each domain [Thu Jan 21 10:23:17 EST 2021] Getting webroot for domain='xxx.xxx.com' [Thu Jan 21 10:23:17 EST 2021] Adding txt value: xxx for domain: _acme-challenge.xxx.xxx.com [Thu Jan 21 10:23:17 EST 2021] You don't specify godaddy api key and secret yet. [Thu Jan 21 10:23:17 EST 2021] Please create you key and try again. [Thu Jan 21 10:23:17 EST 2021] Error add txt for domain:_acme-challenge.xxx.xxx.com [Thu Jan 21 10:23:17 EST 2021] Please check log file for more details: /tmp/acme/WebUI/acme_issuecert.log
-
@tlex forget it I found it :P