Challenge set up failing #30
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
I am running greenlock with following options and getting an error while it is setting the challenge. Is the dns-01 challenge included by default or do I have to include it by the .create() options somehow?
Yes, if you want to use
dns-01
then you need to provide a set of handlers.https://git.coolaj86.com/coolaj86/greenlock-express.js#dns-01-challenges
If you just want to try it out by hand, here's a good first resource to look at:
https://git.coolaj86.com/coolaj86/le-challenge-dns.js
After you've done it by hand with a CLI, then I'd say start looking at the other DNS-01 challenge handlers / plugins.
What DNS provider are you using?
Just did a ton of cleanup and updates in this area. I'd highly recommend trying the new wildcard example and taking a look at the new
le-store-fs
cert/key store plugin, and the newle-challenge-dns
dns-01 plugin.