dns challange #33
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
following profile:
on a Mac Node 11.7.0.
and
I am trying to dns-challange a wildcar domain. I am then getting a prompt like:
even though it says *.herein.world TXT (i think this is a cosmetic bug). I am adding _acme-challenge.herein.world with given TXT value... If i hit enter it calls the error function and i get
error by optaining certificate
with given error. All Good!BUT if i have added the TXT (for now manually, later automatic) and hit enter. It does NOT call the success function at all.
insse le-challange-dns i see
Challenge.set = function (args, domain, challenge, keyAuthorization, cb) {
. I have logged the cb parameter as:so pressing a key after manual TXT challange calls the cb with null. it then calls resolve. What resolve does i dont know but this success function never gets called.
What might i do wrong please?
I have tried greenlock-cli and it obviously works same with dns challange, it asks for new challange in loop without really resolving to the function. See attachment
There's another bug related to this that's being worked on. We'll get that cleared up this week most likely.
Try with Greenlock v2.7+ and le-challenge-dns v3+
See
I'm closing this because I've tested and know that it's working now, but feel free to re-open if you still need some direction after trying out the example and looking at that latest dns plugin.