Basic dns-01 hook script #52

Closed
opened 2025-12-29 00:23:34 +01:00 by adam · 1 comment
Owner

Originally created by @NoodlesNZ on GitHub (Feb 9, 2016).

Can you please include an example of an extremely basic hook script for dns-01 like you explain in the README.md:

That could be done manually (as most providers don't have a DNS API), by having your hook script echo $1, $2 and $4 and then wait (read -s -r -e < /dev/tty) - give it a little time to get into their DNS system

I'm working on a script that will work with Akamai's DNS product, but for now I'd like to get a few domains working.
Thanks

Originally created by @NoodlesNZ on GitHub (Feb 9, 2016). Can you please include an example of an extremely basic hook script for dns-01 like you explain in the README.md: ``` That could be done manually (as most providers don't have a DNS API), by having your hook script echo $1, $2 and $4 and then wait (read -s -r -e < /dev/tty) - give it a little time to get into their DNS system ``` I'm working on a script that will work with Akamai's DNS product, but for now I'd like to get a few domains working. Thanks
adam closed this issue 2025-12-29 00:23:34 +01:00
Author
Owner

@lukas2511 commented on GitHub (Feb 9, 2016):

Take a look at the wiki: https://github.com/lukas2511/letsencrypt.sh/wiki/Examples-for-DNS-01-hooks

@lukas2511 commented on GitHub (Feb 9, 2016): Take a look at the wiki: https://github.com/lukas2511/letsencrypt.sh/wiki/Examples-for-DNS-01-hooks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#52