ipfs-search / ipfs-search-deployment

Ansible playbooks for the deployment of ipfs-search.com
Other
4 stars 2 forks source link

frontend deploy using cloudflare certbot plugin (wildcard supported) #42

Closed spookyrecharge closed 1 year ago

spookyrecharge commented 1 year ago

Anyway we're getting this

TASK [vendor/certbot : Setup certificates] ** fatal: [frontend-1]: FAILED! => {"changed": true, "cmd": ["certbot", "certonly", "-a", "dns-cloudflare", "--dns-cloudflare-credentials", "~/cloudflare.ini", "-i", "nginx", "--test-cert", "-m", "info@ipfs-search.com", "--agree-tos", "-n", "-d", "api.websearch.org"], "delta": "0:00:07.437651", "end": "2022-11-24 22:09:41.388730", "msg": "non-zero return code", "rc": 1, "start": "2022-11-24 22:09:33.951079", "stderr": "Saving debug log to /var/log/letsencrypt/letsencrypt.log\nUnable to determine zone_id for api.websearch.org using zone names: ['api.websearch.org', 'websearch.org', 'org']. Please confirm that the domain name has been entered correctly and is already associated with the supplied Cloudflare account.\nAsk for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.", "stderr_lines": ["Saving debug log to /var/log/letsencrypt/letsencrypt.log", "Unable to determine zone_id for api.websearch.org using zone names: ['api.websearch.org', 'websearch.org', 'org']. Please confirm that the domain name has been entered correctly and is already associated with the supplied Cloudflare account.", "Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details."], "stdout": "Requesting a certificate for api.websearch.org", "stdout_lines": ["Requesting a certificate for api.websearch.org"]}

maybe I'm just missing something. it is still in progress so...

dokterbob commented 1 year ago

Superseded by #44