Miserlou / Zappa

Serverless Python
https://blog.zappa.io/
MIT License
11.89k stars 1.2k forks source link

Failed to generate or install certificate! :( #1911

Open parikhudit opened 5 years ago

parikhudit commented 5 years ago

Facing below issue when trying to run zappa certify

(myenv) root@ip-10-0-0-20:/home/ubuntu/zappa-s3-signature# zappa certify prod
Calling certify for stage prod..
Are you sure you want to certify? [y/n] y
Certifying domain cnd.doxbot.io..
Setting DNS challenge..
Waiting for DNS to propagate..
Domain challenge did not pass: {u'status': u'invalid', u'token': u'86P82OiXd8YvlSl5UK-7-NRLhIWYtHx_wyUfiLoSehs', u'type': u'dns-01', u'uri': u'https://acme-v01.api.letsencrypt.org/acme/challenge/Vv84wVPPZN6QaW4-oDO-koxR_RXNtoYRtIWdIc3THaE/18970297341', u'error': {u'status': 403, u'type': u'urn:acme:error:unauthorized', u'detail': u'No TXT record found at _acme-challenge.cnd.doxbot.io'}}
Failed to generate or install certificate! :(

==============

Route 53 entries image

Note: The TXT record was created by zappa, it isn't done manually

parikhudit commented 5 years ago

@Miserlou FYI